
Depends-On: https://review.opendev.org/c/windmill/windmill/+/798005 Change-Id: Ia1c9af51f4e0d1032ae844b7c97f37841c3ffcef Signed-off-by: Paul Belanger <pabelanger@redhat.com>
15 lines
421 B
Desktop File
15 lines
421 B
Desktop File
[Unit]
|
|
Description=Zuul Scheduler Service
|
|
After=syslog.target network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
Group=zuul
|
|
User=zuul
|
|
ExecStart={{ zuul_pip_virtualenv | default('/usr/local') }}/bin/zuul-scheduler -f
|
|
ExecStop={{ zuul_pip_virtualenv | default('/usr/local') }}/bin/zuul-scheduler stop
|
|
ExecReload={{ zuul_pip_virtualenv | default('/usr/local') }}/bin/zuul-scheduler full-reconfigure
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|