summaryrefslogtreecommitdiff
path: root/systemd-services/buildbot-worker-wallet.service
blob: 8cd9647184271f76dce5f603c858a9187a08cefc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Buildbot worker service for wallet
AssertPathExists=/home/walletbuilder/worker

[Service]
WorkingDirectory=/home/walletbuilder/
ExecStart=/usr/bin/buildbot-worker start --nodaemon worker
ExecReload=/usr/bin/buildbot-worker restart --nodaemon worker
ExecStop=/usr/bin/buildbot-worker stop worker
Restart=always

[Install]
WantedBy=default.target