3227ea69e0
Our current systemd unit file does not work with type=forking, it does work with type=simple. This also means we can drop PIDFile, as it is only used by forking. Change-Id: If34fd4edfb3f241b674315f117be60e9a5cb9214 Signed-off-by: Paul Belanger <pabelanger@redhat.com>
15 lines
279 B
Desktop File
15 lines
279 B
Desktop File
[Unit]
|
|
Description=Nodepool Launcher Service
|
|
After=syslog.target network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
# Options to pass to nodepool-launcher.
|
|
Group=nodepool
|
|
User=nodepool
|
|
RuntimeDirectory=nodepool
|
|
ExecStart=/usr/local/bin/nodepool-launcher
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|