summaryrefslogtreecommitdiff
path: root/systemd-services/buildbot-worker-taler.service
blob: b16b99a63f715486f9aa2b82cf5b9de68bcac178 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Buildbot worker service for the main deployment (runs exchange, merchant, sync)
AssertPathExists=%h/bb-worker

[Service]
WorkingDirectory=%h
ExecStart=/usr/local/bin/buildbot-worker start --nodaemon bb-worker
ExecReload=/usr/local/bin/buildbot-worker restart --nodaemon bb-worker
ExecStop=/usr/local/bin/buildbot-worker stop bb-worker
Restart=always

[Install]
WantedBy=default.target