[Unit] Description=Buildbot worker to check tip reserves AssertPathExists=%h/tips-checker-dir [Service] WorkingDirectory=%h ExecStart=/usr/bin/buildbot-worker start --nodaemon tips-checker-dir ExecReload=/usr/bin/buildbot-worker restart --nodaemon tips-checker-dir ExecStop=/usr/bin/buildbot-worker stop tips-checker-dir Restart=always [Install] WantedBy=default.target