summaryrefslogtreecommitdiffstats
path: root/net-nds/pamldapd
diff options
context:
space:
mode:
Diffstat (limited to 'net-nds/pamldapd')
-rwxr-xr-xnet-nds/pamldapd/files/pamldapd.initd3
1 files changed, 2 insertions, 1 deletions
diff --git a/net-nds/pamldapd/files/pamldapd.initd b/net-nds/pamldapd/files/pamldapd.initd
index d171339..1a4097e 100755
--- a/net-nds/pamldapd/files/pamldapd.initd
+++ b/net-nds/pamldapd/files/pamldapd.initd
@@ -3,7 +3,8 @@ name="pamldapd daemon"
description="Simple LDAP server, uses PAM as backend"
command=/usr/bin/pamldapd
command_args="-c /etc/pamldapd.json -l /var/log/pamldapd.log"
-command_background="yes"
+command_background=true
command_user="pamldapd:pamldapd"
output_log="/var/log/pamldapd/stdout.log"
error_log="/var/log/pamldapd/stdout.log"
+pidfile=/var/run/pamldapd.pid