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

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