[Unit] Description=Buildbot worker service for creating Debian and Ubuntu packages AssertPathExists=%h/packaging-worker [Service] WorkingDirectory=%h ExecStart=/usr/bin/buildbot-worker start --nodaemon packaging-worker ExecReload=/usr/bin/buildbot-worker restart --nodaemon packaging-worker ExecStop=/usr/bin/buildbot-worker stop packaging-worker Restart=always [Install] WantedBy=default.target