summaryrefslogtreecommitdiff
path: root/systemd-services/buildbot-worker-auditor.service
blob: 44254b4c86db43cdc6b65f6a85028d74d4f5a992 (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/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