From 697dfe2d6ad8ec23ce21f056a96e19e4fd4e5323 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anton=20Luka=20=C5=A0ijanec?= Date: Tue, 4 Jun 2024 16:02:21 +0200 Subject: pamldapd: add pidfile to init.d script --- net-nds/pamldapd/files/pamldapd.initd | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'net-nds/pamldapd/files/pamldapd.initd') 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 -- cgit v1.2.3