Fixed bug with working directory

This commit is contained in:
Bryan Roe 2020-06-04 11:37:02 -07:00
parent 8f8d48aeeb
commit dda5ede99a
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"}