Merge "Add example nodepool-launcher systemd service file"

This commit is contained in:
Zuul 2018-04-13 19:39:08 +00:00 committed by Gerrit Code Review
commit f7d357ecf8
1 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,15 @@
[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