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

[Service]
WorkingDirectory=/home/taler-websites/
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