Add example nodepool-launcher systemd service file
Change-Id: I0faff6964b938ab9014529ff9b0c7b355bbba65d
This commit is contained in:
parent
f42f65d7f5
commit
e3a431783f
15
etc/nodepool-launcher.service
Normal file
15
etc/nodepool-launcher.service
Normal 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
|
Loading…
Reference in New Issue
Block a user