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