summaryrefslogtreecommitdiff
path: root/systemd-services/buildbot-worker-taler-healthcheck.service
blob: 00ab2985d79c39ab1e01657ec36e85b7804fb3c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Buildbot worker service for taler-healthcheck
AssertPathExists=%h/worker

[Service]
WorkingDirectory=%h
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