From: Mike Brady <4265913+mikebrady@users.noreply.github.com> Date: Sat, 21 May 2022 07:56:45 +0000 (+0100) Subject: Fix a syntax error in the startup script X-Git-Tag: 1.2~29 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=045c2cf3b9a62873b31396abfd8a5b095d8e5e81;p=thirdparty%2Fnqptp.git Fix a syntax error in the startup script --- diff --git a/nqptp.freebsd b/nqptp.freebsd index 80bc289..2a083d5 100644 --- a/nqptp.freebsd +++ b/nqptp.freebsd @@ -14,7 +14,7 @@ apptodaemonise="/usr/local/bin/nqptp" command="/usr/sbin/daemon" # -S log to syslog; -P store the supervisor PID -command_args="-S -T nqptp" -P ${pidfile} ${apptodaemonise}" +command_args="-S -T nqptp -P ${pidfile} ${apptodaemonise}" load_rc_config $name run_rc_command "$1"