mirror of
https://github.com/gravitl/netmaker.git
synced 2025-09-05 04:34:30 +08:00
updating netclient bin directory
This commit is contained in:
parent
36d6adacb4
commit
0c502baa14
3 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue