blob: fa9d873107179253a3990509c9de0db7fc0796bb [file] [log] [blame]
[Unit]
Description=Zuul Executor Service
After=network.target
[Service]
Type=simple
User=zuul
Group=zuul
SyslogIdentifier=zuul-executor
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-executor -c /etc/opt/rh/rh-python35/zuul/zuul.conf -d
# Uncomment when implemented upstream
#ExecStop=/opt/rh/rh-python35/root/usr/bin/zuul-executor -c /etc/opt/rh/rh-python35/zuul/zuul.conf graceful ; /bin/sleep 5 ; /bin/kill -SIGKILL ${MAINPID}
PrivateTmp=true
[Install]
WantedBy=multi-user.target