diff options
-rwxr-xr-x | net-nds/pamldapd/files/pamldapd.initd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-nds/pamldapd/files/pamldapd.initd b/net-nds/pamldapd/files/pamldapd.initd index 1a4097e..8aa17c9 100755 --- a/net-nds/pamldapd/files/pamldapd.initd +++ b/net-nds/pamldapd/files/pamldapd.initd @@ -2,7 +2,7 @@ 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_args="-c /etc/pamldapd.json -l /var/log/pamldapd/pamldapd.log" command_background=true command_user="pamldapd:pamldapd" output_log="/var/log/pamldapd/stdout.log" |