summaryrefslogtreecommitdiff
path: root/systemd-services/buildbot-worker-test-topper.service
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2019-11-01 12:57:49 +0100
committerFlorian Dold <florian.dold@gmail.com>2019-11-01 12:57:49 +0100
commit79f4c1660dc3f1aebe78f83868ec8fc3e167ab90 (patch)
treecd5a01590fe57f581a4c92a01e1d78889541926f /systemd-services/buildbot-worker-test-topper.service
parent83d9f7f8baa2fb3945da120f5893401725e0f93b (diff)
downloaddeployment-79f4c1660dc3f1aebe78f83868ec8fc3e167ab90.tar.gz
deployment-79f4c1660dc3f1aebe78f83868ec8fc3e167ab90.tar.bz2
deployment-79f4c1660dc3f1aebe78f83868ec8fc3e167ab90.zip
move systemd services to directory
Diffstat (limited to 'systemd-services/buildbot-worker-test-topper.service')
-rw-r--r--systemd-services/buildbot-worker-test-topper.service13
1 files changed, 13 insertions, 0 deletions
diff --git a/systemd-services/buildbot-worker-test-topper.service b/systemd-services/buildbot-worker-test-topper.service
new file mode 100644
index 0000000..e45823c
--- /dev/null
+++ b/systemd-services/buildbot-worker-test-topper.service
@@ -0,0 +1,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