[Unit] Description=Buildbot master service AssertPathExists=/home/buildbot-master/master [Service] WorkingDirectory=/home/buildbot-master/ ExecStart=/usr/bin/buildbot start --nodaemon master ExecReload=/usr/bin/buildbot sighup master ExecStop=/usr/bin/buildbot stop master Restart=always KillSignal=SIGHUP [Install] WantedBy=default.target