Changes between Initial Version and Version 1 of Ticket #13645, comment 2


Ignore:
Timestamp:
Aug 1, 2017, 4:13:52 PM (7 years ago)
Author:
kallisti5

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #13645, comment 2

    initial v1  
    77Going to convert to a systemd service:
    88{{{
     9# cat /etc/systemd/system/buildbot-slave.service
    910[Unit]
    1011Description=BuildBot slave service
     
    1415User=bbot
    1516Group=bbot
     17Type=forking
    1618WorkingDirectory=/home/bbot
    1719ExecStart=/bin/buildslave start /var/lib/buildbot/slaves/haiku
     20
     21[Install]
     22WantedBy=multi-user.target
    1823}}}
    1924