From 0c502baa14439feef255deff213eaa9670c47b30 Mon Sep 17 00:00:00 2001 From: afeiszli Date: Tue, 1 Feb 2022 16:48:06 -0500 Subject: [PATCH] updating netclient bin directory --- compose/docker-compose.contained.yml | 2 +- scripts/netclient-install.sh | 2 +- scripts/netclient-rc-freebsd | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/compose/docker-compose.contained.yml b/compose/docker-compose.contained.yml index 158669a6..3130489f 100644 --- a/compose/docker-compose.contained.yml +++ b/compose/docker-compose.contained.yml @@ -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" diff --git a/scripts/netclient-install.sh b/scripts/netclient-install.sh index 3e02dc54..11741e88 100755 --- a/scripts/netclient-install.sh +++ b/scripts/netclient-install.sh @@ -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 diff --git a/scripts/netclient-rc-freebsd b/scripts/netclient-rc-freebsd index cef47fa7..e6d6ba36 100644 --- a/scripts/netclient-rc-freebsd +++ b/scripts/netclient-rc-freebsd @@ -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