Added deployemnt scripts for sahara-ci. Compatible with Ubuntu Xenial. Change-Id: Ic218243efeb6c6aae17faa665755c5e722e10e2b
15 lines
294 B
Desktop File
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
|