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