You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-util/buildbot-worker/files/buildbot_worker.service

13 lines
296 B

[Unit]
Description=buildbot worker (slave) instances
After=local-fs.target network.target
[Service]
Type=forking
User=buildbot
ExecStart=/usr/bin/buildbot_worker start /var/lib/buildbot_worker
ExecStop=/usr/bin/buildbot_worker stop /var/lib/buildbot_worker
[Install]
WantedBy=multi-user.target