Files
nodepool/etc/nodepool-launcher.service
David Shrewsbury e3a431783f Add example nodepool-launcher systemd service file
Change-Id: I0faff6964b938ab9014529ff9b0c7b355bbba65d
2018-04-12 14:33:19 -04:00

16 lines
319 B
Desktop File

[Unit]
Description=Nodepool Launcher Service
After=syslog.target network.target
[Service]
Type=forking
# Options to pass to nodepool-launcher.
Group=nodepool
User=nodepool
RuntimeDirectory=nodepool
ExecStart=/usr/local/bin/nodepool-launcher
PIDFile=/var/run/nodepool/nodepool.pid
[Install]
WantedBy=multi-user.target