slave.initd (236B)
1 #! /sbin/openrc-run 2 3 command="${SLAVE_DIR}/boot/chroot_user.rb" 4 command_args="/home/build/sd/slave.sh" 5 pidfile="/run/${SVCNAME}.pid" 6 command_background=true 7 start_stop_daemon_args="-1 /var/log/${SVCNAME}.log -2 /var/log/${SVCNAME}.log"