ansible-role-nodepool/files/nodepool.service
Paul Belanger 470d59c634 Next round of nodepool configuration
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2015-09-14 13:04:06 -04:00

13 lines
235 B
Desktop File

[Unit]
Description=Nodepool Service
[Service]
Type=simple
User=nodepool
Group=nodepool
EnvironmentFile=-/etc/sysconfig/nodepool
ExecStart=/usr/bin/nodepoold -d -l /etc/nodepool/logging.conf
StandardOutput=syslog
StandardError=syslog