
Because of a bug in ansible 2.2, it is easier for us to move to systemd for ubuntu-xenial. Change-Id: I0c4709f413b7beb131846b815a9e5c474b3221bb Signed-off-by: Paul Belanger <pabelanger@redhat.com>
14 lines
258 B
Plaintext
14 lines
258 B
Plaintext
[Unit]
|
|
Description=Zuul Launcher Service
|
|
After=syslog.target network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=zuul
|
|
Group=zuul
|
|
EnvironmentFile=-/etc/sysconfig/zuul-launcher
|
|
ExecStart=/bin/sh -c "${PREFIX}/bin/zuul-launcher -d"
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|