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

[Service]
WorkingDirectory=/home/test-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