commit d3a1428a982bfd083f7e5f6047f269921aebf8b0 parent 56c1f5ae843aa8e6363480653c4e350c59deffbc Author: ng0 <ng0@n0.is> Date: Wed, 16 Oct 2019 08:45:49 +0000 add execstop, add basedir Diffstat:
| M | buildbot-master.service | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/buildbot-master.service b/buildbot-master.service @@ -5,8 +5,9 @@ AssertPathExists=/home/buildbot-master/master [Service] WorkingDirectory=/home/buildbot-master/ -ExecStart=/usr/local/bin/buildbot start --nodaemon +ExecStart=/usr/local/bin/buildbot start --nodaemon master ExecReload=/bin/kill -HUP $MAINPID +ExecStop=/usr/local/bin/buildbot stop master Restart=always [Install]