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