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