From e35706a97089f40f9cec2c33cf081859fdd30cfd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anton=20Luka=20=C5=A0ijanec?= Date: Tue, 4 Jun 2024 16:55:26 +0200 Subject: pamldapd: init.d fix log file location --- net-nds/pamldapd/files/pamldapd.initd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net-nds/pamldapd') 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" -- cgit v1.2.3