summaryrefslogtreecommitdiff
path: root/systemd-services/buildbot-worker-wallet.service
blob: f86b34973ca61c4bad6860d53a13e327a8fd2603 (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/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