Hello all,
I have a service, reduced to the following:
#!/bin/sh
#
# PROVIDE: test
. /etc/rc.subr
name="test"
rcvar="test_enable"
load_rc_config ${name}
command="/usr/sbin/daemon"
command_args="-f -o /var/log/test/test.log -u operator bash -c 'echo hi'"
run_rc_command "$1"
however it is...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.