commit f3661a73f8d0aad9a7990aaec1a0e6ab6e836fb5 parent 9b8289c3bc77fa4312bb789187f43350716b1d52 Author: Christian Grothoff <christian@grothoff.org> Date: Wed, 15 Jan 2025 15:35:15 +0100 improve service spec Diffstat:
| M | systemd-services/buildbot-master.service | | | 10 | +++++----- |
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/systemd-services/buildbot-master.service b/systemd-services/buildbot-master.service @@ -5,12 +5,12 @@ AssertPathExists=/home/buildbot-master/master [Service] User=buildbot-master Group=buildbot-master -WorkingDirectory=~ -ExecStart=/home/buildbot-master/.local/bin/buildbot start --nodaemon master -ExecReload=/home/buildbot-master/.local/bin/buildbot sighup master -ExecStop=/home/buildbot-master/.local/bin/buildbot stop master +WorkingDirectory=/home/buildbot-master +ExecStart=/home/buildbot-master/.local/bin/buildbot --verbose start --nodaemon master +ExecReload=/bin/kill -HUP $MAINPID Restart=always -KillSignal=SIGHUP +PrivateDevices=yes +PrivateTmp=yes Environment="PATH=/bin:/home/buildbot-master/.local/bin:/usr/bin" [Install]