9 lines
125 B
Text
9 lines
125 B
Text
|
#!/bin/ksh
|
||
|
|
||
|
daemon="${TRUEPREFIX}/sbin/tincd"
|
||
|
daemon_flags="-U _tinc --chroot --net=example"
|
||
|
|
||
|
. /etc/rc.d/rc.subr
|
||
|
|
||
|
rc_cmd $1
|