summaryrefslogtreecommitdiff
path: root/systemd-services/buildbot-worker-taler.service
blob: 07cf2f1a5e635cf83627bef57a0a41705be416d6 (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/bin/buildbot-worker start --nodaemon bb-worker
ExecReload=/usr/bin/buildbot-worker restart --nodaemon bb-worker
ExecStop=/usr/bin/buildbot-worker stop bb-worker
Restart=always

[Install]
WantedBy=default.target