summaryrefslogtreecommitdiff
path: root/systemd-services/buildbot-worker-checker.service
blob: b9f0d7d6c3dd500d09f6de8a1b5ad6bd9c8c1387 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Buildbot worker service for the integration test
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