7e2a53bdcd
This was really to work around the need not to template our service files. Mostly because I was scared how large and unmanageable they would become. Let ansible do its job and remove the hacks we had in our systemd unit file. Change-Id: I5ae753d7c2a2d068750bd29400e7b736cc33df39 Signed-off-by: Paul Belanger <pabelanger@redhat.com>
13 lines
229 B
Desktop File
13 lines
229 B
Desktop File
[Unit]
|
|
Description=Zuul Web Service
|
|
After=syslog.target network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
Group=zuul
|
|
User=zuul
|
|
ExecStart={{ zuul_pip_virtualenv | default('/usr/local') }}/bin/zuul-web -d
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|