Changes between Initial Version and Version 1 of Ticket #13645, comment 2
- Timestamp:
- Aug 1, 2017, 4:13:52 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #13645, comment 2
initial v1 7 7 Going to convert to a systemd service: 8 8 {{{ 9 # cat /etc/systemd/system/buildbot-slave.service 9 10 [Unit] 10 11 Description=BuildBot slave service … … 14 15 User=bbot 15 16 Group=bbot 17 Type=forking 16 18 WorkingDirectory=/home/bbot 17 19 ExecStart=/bin/buildslave start /var/lib/buildbot/slaves/haiku 20 21 [Install] 22 WantedBy=multi-user.target 18 23 }}} 19 24