[Unit] Description=Buildbot worker service for test-auditor AssertPathExists=/home/test-auditor/worker [Service] WorkingDirectory=/home/test-auditor/ ExecStart=/usr/local/bin/buildbot-worker start --nodaemon worker ExecReload=/usr/local/bin/buildbot-worker restart --nodaemon worker ExecStop=/usr/local/bin/buildbot-worker stop worker Restart=always [Install] WantedBy=default.target