Files
Le Philousophe 710b0fe1f4 BUILDBOT: Split master folder in two: configuration and generated files
Configuration is in VCS and generated files are in dedicated directory
with all Buildbot produced files (logs, database, ...)
2021-01-01 15:20:57 +00:00

19 lines
472 B
Desktop File

[Unit]
Description=Buildbot Master
Wants=network.target docker.service
After=network.target docker.service
[Service]
# These lines should be changed to match setup
User=buildbot
Group=buildbot
Environment=VENV_PATH="/home/buildbot/buildbot-master"
WorkingDirectory=/home/buildbot/dockerized-bb/buildbot-workdir
ExecStart=/bin/sh -c 'exec ${VENV_PATH}/bin/buildbot start --nodaemon'
ExecReload=/bin/kill -HUP $MAINPID
Restart=always
[Install]
WantedBy=multi-user.target