[Unit] Description=Buildbot worker service for the main deployment (runs exchange, merchant, sync) AssertPathExists=%h/bb-worker [Service] WorkingDirectory=%h ExecStart=/usr/bin/buildbot-worker start --nodaemon bb-worker ExecReload=/usr/bin/buildbot-worker restart --nodaemon bb-worker ExecStop=/usr/bin/buildbot-worker stop bb-worker Restart=always [Install] WantedBy=default.target