
Here we are adding support to our existing systemd files for both centos-7 and ubuntu-xenial. Change-Id: I15e8db69a87bbfa75391f2faa97b312a034673bf Signed-off-by: Paul Belanger <pabelanger@redhat.com>
14 lines
283 B
Plaintext
14 lines
283 B
Plaintext
[Unit]
|
|
Description=Nodepool Builder Service
|
|
After=syslog.target network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=nodepool
|
|
Group=nodepool
|
|
EnvironmentFile=-/etc/sysconfig/nodepool-builder
|
|
ExecStart=/bin/sh -c "${PREFIX}/bin/nodepool-builder -d ${ARGS}"
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|