summaryrefslogtreecommitdiff
path: root/systemd-services/buildbot-worker-taler-test-healthcheck.service
diff options
context:
space:
mode:
Diffstat (limited to 'systemd-services/buildbot-worker-taler-test-healthcheck.service')
-rw-r--r--systemd-services/buildbot-worker-taler-test-healthcheck.service13
1 files changed, 0 insertions, 13 deletions
diff --git a/systemd-services/buildbot-worker-taler-test-healthcheck.service b/systemd-services/buildbot-worker-taler-test-healthcheck.service
deleted file mode 100644
index 1973640..0000000
--- a/systemd-services/buildbot-worker-taler-test-healthcheck.service
+++ /dev/null
@@ -1,13 +0,0 @@
-[Unit]
-Description=Buildbot worker service for taler-test-healthcheck
-AssertPathExists=/home/taler-test-healthcheck/worker
-
-[Service]
-WorkingDirectory=/home/taler-test-healthcheck/
-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