diff options
Diffstat (limited to 'net-nds')
-rwxr-xr-x | net-nds/pamldapd/files/pamldapd.initd | 3 |
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 |