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

[Service]
WorkingDirectory=%h
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