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