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

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