example_configs: correct the manual for pkg support in FreeBSD

This commit is contained in:
aokblast
2025-04-24 03:04:57 +08:00
committed by nitnelave
parent 5913d81a44
commit 1b5f6bfa66
3 changed files with 73 additions and 11 deletions
+1 -1
View File
@@ -22,6 +22,6 @@ logfile="/var/log/${name}.log"
procname=/usr/local/lldap_server/lldap
command="/usr/sbin/daemon"
command_args="-u www -o ${logfile} -t ${name} /usr/local/lldap_server/lldap run"
command_args="-u ldap -o ${logfile} -t ${name} /usr/local/lldap_server/lldap run"
run_rc_command "$1"