summaryrefslogtreecommitdiff
path: root/systemd-services/tips-checker.service
blob: d7a011825f3f672c0c93a9726444442893f8fcf0 (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 tips-checker-dir
ExecReload=/usr/bin/buildbot-worker restart --nodaemon tips-checker-dir
ExecStop=/usr/bin/buildbot-worker stop tips-checker-dir
Restart=always

[Install]
WantedBy=default.target