diff --git a/etc/nodepool-launcher.service b/etc/nodepool-launcher.service new file mode 100644 index 000000000..5617080a9 --- /dev/null +++ b/etc/nodepool-launcher.service @@ -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