summaryrefslogtreecommitdiff
path: root/buildbot-worker-demo-auditor.service
blob: 1151b89b5be9f41f155a2659bf932fd3e27dd799 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Buildbot worker service for demo-auditor
AssertPathExists=/home/demo-auditor/worker

[Service]
WorkingDirectory=/home/demo-auditor/
ExecStart=/usr/local/bin/buildbot-worker start --nodaemon worker
ExecReload=/usr/local/bin/buildbot-worker restart --nodaemon worker
ExecStop=/usr/local/bin/buildbot-worker stop worker
Restart=always

[Install]
WantedBy=default.target