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