summaryrefslogtreecommitdiff
path: root/systemd-services/buildbot-worker-packaging.service
blob: 4d907f2dfafa7e7d7fa2e915e8749e7d4b97c14a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[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