Switch to -f (foreground) for systemd files
-d will be removed in the next version of zuul. Change-Id: Icbc6e0b6b82d5d7cb544d223614e741219b70fad Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
parent
be19120a4a
commit
b39e9df5f5
@ -6,7 +6,7 @@ After=syslog.target network.target
|
||||
Type=simple
|
||||
Group=zuul
|
||||
User=zuul
|
||||
ExecStart={{ zuul_pip_virtualenv | default('/usr/local') }}/bin/zuul-executor -d
|
||||
ExecStart={{ zuul_pip_virtualenv | default('/usr/local') }}/bin/zuul-executor -f
|
||||
ExecStop={{ zuul_pip_virtualenv | default('/usr/local') }}/bin/zuul-executor stop
|
||||
|
||||
[Install]
|
||||
|
@ -6,7 +6,7 @@ After=syslog.target network.target
|
||||
Type=simple
|
||||
Group=root
|
||||
User=root
|
||||
ExecStart={{ zuul_pip_virtualenv | default('/usr/local') }}/bin/zuul-fingergw -d
|
||||
ExecStart={{ zuul_pip_virtualenv | default('/usr/local') }}/bin/zuul-fingergw -f
|
||||
ExecStop={{ zuul_pip_virtualenv | default('/usr/local') }}/bin/zuul-fingergw stop
|
||||
|
||||
[Install]
|
||||
|
@ -6,7 +6,7 @@ After=syslog.target network.target
|
||||
Type=simple
|
||||
Group=zuul
|
||||
User=zuul
|
||||
ExecStart={{ zuul_pip_virtualenv | default('/usr/local') }}/bin/zuul-merger -d
|
||||
ExecStart={{ zuul_pip_virtualenv | default('/usr/local') }}/bin/zuul-merger -f
|
||||
ExecStop={{ zuul_pip_virtualenv | default('/usr/local') }}/bin/zuul-merger stop
|
||||
|
||||
[Install]
|
||||
|
@ -6,7 +6,7 @@ After=syslog.target network.target
|
||||
Type=simple
|
||||
Group=zuul
|
||||
User=zuul
|
||||
ExecStart={{ zuul_pip_virtualenv | default('/usr/local') }}/bin/zuul-scheduler -d
|
||||
ExecStart={{ zuul_pip_virtualenv | default('/usr/local') }}/bin/zuul-scheduler -f
|
||||
ExecStop={{ zuul_pip_virtualenv | default('/usr/local') }}/bin/zuul-scheduler stop
|
||||
ExecReload=/bin/kill -HUP $MAINPID
|
||||
|
||||
|
@ -6,7 +6,7 @@ After=syslog.target network.target
|
||||
Type=simple
|
||||
Group=zuul
|
||||
User=zuul
|
||||
ExecStart={{ zuul_pip_virtualenv | default('/usr/local') }}/bin/zuul-web -d
|
||||
ExecStart={{ zuul_pip_virtualenv | default('/usr/local') }}/bin/zuul-web -f
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
Loading…
x
Reference in New Issue
Block a user