fedc3c6666
The recommended way to setup service config files is with using: systemctl edit foo.service This updates our systemd configuration files to support this. Change-Id: I405d6063ad3d5fd529139d7ce17c3238924f2e45 Depends-On: I92801be5fadc91c72e562b4b8dfb2ed1af24a320 Signed-off-by: Paul Belanger <pabelanger@redhat.com>
14 lines
244 B
Desktop File
14 lines
244 B
Desktop File
[Unit]
|
|
Description=Zuul Executor Service
|
|
After=syslog.target network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
Environment="PREFIX=/usr/local"
|
|
Group=zuul
|
|
User=zuul
|
|
ExecStart=/bin/sh -c "${PREFIX}/bin/zuul-executor -d"
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|