724ffa0b15
Our current systemd unit files do not work with type=forking, it does work with type=simple. This also means we can drop the PIDFile, as it is only used by forking. Change-Id: Ia9a2e54b91e9b2430c612b2edfa07077f7248539 Signed-off-by: Paul Belanger <pabelanger@redhat.com>
15 lines
247 B
Desktop File
15 lines
247 B
Desktop File
[Unit]
|
|
Description=Zuul Web Service
|
|
After=syslog.target network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
Group=zuul
|
|
User=zuul
|
|
RuntimeDirectory=zuul
|
|
ExecStart=/usr/local/bin/zuul-web
|
|
ExecStop=/usr/local/bin/zuul-web stop
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|