13 lines
235 B
Desktop File
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
|