summaryrefslogtreecommitdiff
path: root/etc/zuul-scheduler.service
blob: 0213daa27179046c393cff1937e1c123b9073df6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=Zuul Scheduler Service
After=syslog.target network.target

[Service]
Type=simple
Group=zuul
User=zuul
RuntimeDirectory=zuul
ExecStart=/usr/local/bin/zuul-scheduler
ExecStop=/usr/local/bin/zuul-scheduler stop

[Install]
WantedBy=multi-user.target