blob: 7f0228eeefeeb54c2c4c8ee2c154b82cffc4553d [file] [log] [blame]
[Unit]
Description=Zuul Scheduler Service
After=network.target
[Service]
Type=simple
User=zuul
Group=zuul
SyslogIdentifier=zuul-scheduler
EnvironmentFile=-/etc/opt/rh/rh-python35/sysconfig/enable-py3
EnvironmentFile=-/etc/opt/rh/rh-python35/sysconfig/zuul
ExecStart=/opt/rh/rh-python35/root/usr/bin/zuul-scheduler -c /etc/opt/rh/rh-python35/zuul/zuul.conf -d
ExecReload=/opt/rh/rh-python35/root/usr/bin/zuul-scheduler -c /etc/opt/rh/rh-python35/zuul/zuul.conf -d full-reconfigure
[Install]
WantedBy=multi-user.target