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

[Service]
WorkingDirectory=/home/taler-test/
ExecStart=/usr/bin/buildbot-worker start --nodaemon reserve-topper-worker
ExecReload=/usr/bin/buildbot-worker restart --nodaemon reserve-topper-worker
ExecStop=/usr/bin/buildbot-worker stop reserve-topper-worker
Restart=always

[Install]
WantedBy=default.target