You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#! /sbin/openrc-run
|
|
|
|
command="${SLAVE_DIR}/boot/chroot_user.rb"
|
|
command_args="/home/build/sd/slave.sh"
|
|
pidfile="/run/${SVCNAME}.pid"
|
|
command_background=true
|
|
start_stop_daemon_args="-1 /var/log/${SVCNAME}.log -2 /var/log/${SVCNAME}.log"
|