ansible-role-nodepool/files/etc/systemd/system/nodepool-deleter.service.ubuntu-xenial
Paul Belanger 0b6be488ba Support systemd for ubuntu-xenial too
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>
2016-11-24 14:09:47 -05:00

14 lines
274 B
Plaintext

[Unit]
Description=Nodepool Deleter Service
After=syslog.target network.target
[Service]
Type=simple
User=nodepool
Group=nodepool
EnvironmentFile=-/etc/default/nodepool-deleter
ExecStart=/bin/sh -c "${PREFIX}/bin/nodepoold -d ${ARGS}"
[Install]
WantedBy=multi-user.target