b39e9df5f5
-d will be removed in the next version of zuul. Change-Id: Icbc6e0b6b82d5d7cb544d223614e741219b70fad Signed-off-by: Paul Belanger <pabelanger@redhat.com>
14 lines
315 B
Desktop File
14 lines
315 B
Desktop File
[Unit]
|
|
Description=Zuul Merger Service
|
|
After=syslog.target network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
Group=zuul
|
|
User=zuul
|
|
ExecStart={{ zuul_pip_virtualenv | default('/usr/local') }}/bin/zuul-merger -f
|
|
ExecStop={{ zuul_pip_virtualenv | default('/usr/local') }}/bin/zuul-merger stop
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|