# This template file assumes the buildbot master lives in a subdirectory of # /var/lib/buildbot # Usage: # cd /var/lib/buildbot # buildbot create-master [directory] # systemctl enable --now buildbot@[directory].service [Unit] Description=Buildbot Master After=network.target [Service] User=%i Group=%i WorkingDirectory=~ ExecStart=/usr/local/bin/buildbot --verbose start --nodaemon %I ExecReload=/bin/kill -HUP $MAINPID Restart=always #ProtectSystem=full #ProtectHome=yes #PrivateDevices=yes #PrivateTmp=yes [Install] WantedBy=multi-user.target