Hi i have found an issue on the freebsd startupscript. The theonionbox.py is in the /bin dir not in the theonionbox dir
OLD:
# That's out script
command="${theonionbox_dir}/theonionbox.py --mode=service
--config='${theonionbox_conf}'"
start_cmd="/usr/sbin/daemon -u ${theonionbox_user} -p ${pidfile} ${command}"
NEW:
# That's out script
command="${theonionbox_dir}/bin/theonionbox --mode=service
--config='${theonionbox_conf}'"
start_cmd="/usr/sbin/daemon -u ${theonionbox_user} -p ${pidfile} ${command}"
Hope this help any Relayoperator :-)
TorGate
torgate(at)linux-hus.dk
signature.asc
Description: Message signed with OpenPGP using GPGMail
_______________________________________________ tor-relays mailing list [email protected] https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays
