fbo / rpms / nodepool

Forked from rpms/nodepool 4 years ago
Clone
Blob Blame History Raw
[Unit]
Description=Nodepool Service
After=network.target

[Service]
Type=simple
User=nodepool
Group=nodepool
SyslogIdentifier=nodepool-launcher
EnvironmentFile=-/etc/sysconfig/nodepool
ExecStart=/usr/bin/nodepool-launcher -d      \
    -c /etc/nodepool/nodepool.yaml           \
    -s /etc/nodepool/secure.conf             \
    -l /etc/nodepool/launcher-logging.yaml

[Install]
WantedBy=multi-user.target