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

14 lines
234 B
Desktop File

[Unit]
Description=Zuul Web Service
After=syslog.target network.target
[Service]
Type=simple
Environment="PREFIX=/usr/local"
Group=zuul
User=zuul
ExecStart=/bin/sh -c "${PREFIX}/bin/zuul-web -d"
[Install]
WantedBy=multi-user.target