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

[Service]
WorkingDirectory=/home/buildbot-master/
ExecStart=/usr/local/bin/buildbot start --nodaemon master
ExecReload=/usr/local/bin/buildbot sighup master
ExecStop=/usr/local/bin/buildbot stop master
Restart=always

[Install]
WantedBy=default.target