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

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

[Install]
WantedBy=default.target