ansible-role-zuul/files/etc/systemd/system/zuul-launcher.service

14 lines
231 B
Desktop File

[Unit]
Description=Zuul Launcher Service
After=syslog.target network.target
[Service]
Type=simple
User=zuul
Group=zuul
EnvironmentFile=-/etc/sysconfig/zuul
ExecStart=/usr/bin/zuul-launcher -d
[Install]
WantedBy=multi-user.target