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