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

[Service]
WorkingDirectory=/home/demo-reserve-topper/
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