Removed pidfile argument

master
noah metz 2023-11-29 01:40:33 -07:00
parent 5fcef6d78a
commit 189af1124a
1 changed files with 0 additions and 1 deletions

@ -138,7 +138,6 @@
(start #~(make-forkexec-constructor
(list (string-append #$(slapd-configuration-openldap config) "/libexec/slapd") "-d" "-1" "-F" "/var/lib/slapd/slapd.d" "-u" "slapd" "-g" "slapd")
#:environment-variables (list (string-append "LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:" #$(slapd-configuration-openldap config) "/libexec/openldap"))
#:pidfile "/var/run/slapd/slapd.pid"
#:user "root"
#:group "root"))
(stop #~(make-kill-destructor)))))