summaryrefslogtreecommitdiff
path: root/systemd-services/buildbot-worker-taler-test-healthcheck.service
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-02-23 13:32:49 +0100
committerChristian Grothoff <christian@grothoff.org>2020-02-23 13:33:31 +0100
commit7dacf67f5bde548220265fd70650be425c4e4ee0 (patch)
tree96653aaefbb87d164c0f354670b2f3a7134db16c /systemd-services/buildbot-worker-taler-test-healthcheck.service
parentbaf34c9e9145f53cb06d2ee63bec3c43af687f02 (diff)
downloaddeployment-7dacf67f5bde548220265fd70650be425c4e4ee0.tar.gz
deployment-7dacf67f5bde548220265fd70650be425c4e4ee0.tar.bz2
deployment-7dacf67f5bde548220265fd70650be425c4e4ee0.zip
document deployment better, create systemd service for main test job, unify some systemd scripts via %h
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