summaryrefslogtreecommitdiff
path: root/systemd-services/tips-checker.service
blob: 22322beefb51d9b0bdeee1a957ca92d9c1b7ebbb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Buildbot worker to check tip reserves
AssertPathExists=%h/tips-checker-dir

[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