From 045c2cf3b9a62873b31396abfd8a5b095d8e5e81 Mon Sep 17 00:00:00 2001 From: Mike Brady <4265913+mikebrady@users.noreply.github.com> Date: Sat, 21 May 2022 08:56:45 +0100 Subject: [PATCH] Fix a syntax error in the startup script --- nqptp.freebsd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.47.2