summaryrefslogtreecommitdiff
path: root/systemd-services/buildbot-worker-lcov.service
blob: 4aec57f4a077344b710d3a43b0580c60ff3d4ab7 (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/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