buildbot-worker-codespell.service (353B)
1 [Unit] 2 Description=Buildbot worker service for doc 3 AssertPathExists=/home/codespell/worker 4 5 [Service] 6 WorkingDirectory=/home/codespell/ 7 ExecStart=/usr/bin/buildbot-worker start --nodaemon worker 8 ExecReload=/usr/bin/buildbot-worker restart --nodaemon worker 9 ExecStop=/usr/bin/buildbot-worker stop worker 10 Restart=always 11 12 [Install] 13 WantedBy=default.target