mirror of
https://github.com/scummvm/dockerized-bb.git
synced 2026-05-21 05:40:49 +00:00
710b0fe1f4
Configuration is in VCS and generated files are in dedicated directory with all Buildbot produced files (logs, database, ...)
19 lines
472 B
Desktop File
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
|