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

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