]> git.ipfire.org Git - thirdparty/nqptp.git/commitdiff
Add a syslog tag request to the startup script.
authorMike Brady <4265913+mikebrady@users.noreply.github.com>
Fri, 20 May 2022 11:27:50 +0000 (12:27 +0100)
committerMike Brady <4265913+mikebrady@users.noreply.github.com>
Fri, 20 May 2022 11:27:50 +0000 (12:27 +0100)
nqptp.freebsd

index 679a78a17626c15876bdf4412f75d8f57424d981..80bc2895d72e7bd13c3afc3d503a2abc051c8ff8 100644 (file)
@@ -8,12 +8,13 @@
 
 name="nqptp"
 rcvar="nqptp_enable"
+
 pidfile="/var/run/${name}.pid"
 apptodaemonise="/usr/local/bin/nqptp"
 
 command="/usr/sbin/daemon"
 # -S log to syslog; -P store the supervisor PID
-command_args="-S -P ${pidfile} ${apptodaemonise}"
+command_args="-S -T nqptp" -P ${pidfile} ${apptodaemonise}"
 
 load_rc_config $name
 run_rc_command "$1"