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

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