commit 387467d02c91275411eb9b7582f975ce3fbdeeb6 parent 69612a2b7bbee3319cbdcad28f400996ed4544f8 Author: ng0 <ng0@n0.is> Date: Wed, 16 Oct 2019 14:24:03 +0000 test-auditor worker Diffstat:
| A | buildbot-worker-test-auditor.service | | | 13 | +++++++++++++ |
1 file changed, 13 insertions(+), 0 deletions(-)
diff --git a/buildbot-worker-test-auditor.service b/buildbot-worker-test-auditor.service @@ -0,0 +1,13 @@ +[Unit] +Description=Buildbot worker service for test-auditor +AssertPathExists=/home/test-auditor/worker + +[Service] +WorkingDirectory=/home/test-auditor/ +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