This commit is contained in:
Ylian Saint-Hilaire 2020-06-04 23:27:58 -07:00
commit 71f6ffef9c
1 changed files with 1 additions and 1 deletions

View File

@ -8,9 +8,9 @@ name="meshagent"
desc="MeshCentral Agent"
rcvar=${name}_enable
pidfile="/var/run/meshagent.pid"
meshagent_chdir="/usr/local/mesh"
command="/usr/sbin/daemon"
command_args="-P ${pidfile} -r -f /usr/local/mesh/meshagent "
command_chdir="/usr/local/mesh"
load_rc_config $name
: ${meshagent_enable="YES"}