]> git.ipfire.org Git - thirdparty/nqptp.git/commitdiff
Fix a syntax error in the startup script
authorMike Brady <4265913+mikebrady@users.noreply.github.com>
Sat, 21 May 2022 07:56:45 +0000 (08:56 +0100)
committerMike Brady <4265913+mikebrady@users.noreply.github.com>
Sat, 21 May 2022 07:56:45 +0000 (08:56 +0100)
nqptp.freebsd

index 80bc2895d72e7bd13c3afc3d503a2abc051c8ff8..2a083d589608f134b3fa8901d6401a275ac50afa 100644 (file)
@@ -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"