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

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