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-slave/files/buildslave.service

16 lines
386 B

[Unit]
Description=buildbot slave instances
After=local-fs.target network.target
[Service]
Type=forking
User=buildbot
WorkingDirectory=/var/lib/buildslave
# The following assume there is a 'slave' directory
# in $WorkingDirectory with the slave configuration files
ExecStart=/usr/bin/buildslave start slave
ExecStop=/usr/bin/buildslave stop slave
[Install]
WantedBy=multi-user.target