Files
sahara-ci-config/system-configs/systemd/nodepool.service
Evgeny Sikachev 6fd2c6507d Adding of deployment scripts for sahara-ci
Added deployemnt scripts for sahara-ci. Compatible with
Ubuntu Xenial.

Change-Id: Ic218243efeb6c6aae17faa665755c5e722e10e2b
2016-10-09 20:00:45 +00:00

15 lines
294 B
Desktop File

[Unit]
Description=Nodepool
[Service]
ExecStart=/opt/ci/nodepool/venv/bin/nodepoold -c /etc/nodepool/nodepool.yaml -l /etc/nodepool/logging.conf
Restart=on-failure
RestartPreventExitStatus=255
Type=idle
User=nodepool
Group=nodepool
[Install]
WantedBy=multi-user.target
Alias=nodepool.service