updating netclient bin directory

This commit is contained in:
afeiszli 2022-02-01 16:48:06 -05:00
parent 36d6adacb4
commit 0c502baa14
3 changed files with 3 additions and 3 deletions

View file

@ -36,7 +36,7 @@ services:
MQ_HOST: "mq"
HOST_NETWORK: "off"
MANAGE_IPTABLES: "on"
PORT_FORWARD_SERVICES: "dns"
PORT_FORWARD_SERVICES: "mq,dns,ssh"
VERBOSITY: "1"
ports:
- "51821-51830:51821-51830/udp"

View file

@ -224,7 +224,7 @@ if [ "${OS}" = "FreeBSD" ]; then
name="netclient"
rcvar=netclient_enable
pidfile="/var/run/${name}.pid"
command="/usr/sbin/daemon"
command="/sbin/daemon"
command_args="-c -f -P ${pidfile} -R 10 -t "Netclient" -u root -o /etc/netclient/netclient.log /etc/netclient/netclient checkin -n all"
load_rc_config $name

View file

@ -10,7 +10,7 @@
name="netclient"
rcvar=netclient_enable
pidfile="/var/run/${name}.pid"
command="/usr/sbin/daemon"
command="/sbin/daemon"
command_args="-c -f -P ${pidfile} -R 10 -t "Netclient" -u root -o /etc/netclient/netclient.log /etc/netclient/netclient checkin -n all"
load_rc_config $name