diff options
author | Anton Luka Šijanec <anton@sijanec.eu> | 2024-06-04 16:55:26 +0200 |
---|---|---|
committer | Anton Luka Šijanec <anton@sijanec.eu> | 2024-06-04 16:55:26 +0200 |
commit | e35706a97089f40f9cec2c33cf081859fdd30cfd (patch) | |
tree | cd4ed3e75c3db24c3ad125914e1df78f23d06482 /net-nds/pamldapd/files/pamldapd.initd | |
parent | pamldapd: add pidfile to init.d script (diff) | |
download | g-e35706a97089f40f9cec2c33cf081859fdd30cfd.tar g-e35706a97089f40f9cec2c33cf081859fdd30cfd.tar.gz g-e35706a97089f40f9cec2c33cf081859fdd30cfd.tar.bz2 g-e35706a97089f40f9cec2c33cf081859fdd30cfd.tar.lz g-e35706a97089f40f9cec2c33cf081859fdd30cfd.tar.xz g-e35706a97089f40f9cec2c33cf081859fdd30cfd.tar.zst g-e35706a97089f40f9cec2c33cf081859fdd30cfd.zip |
Diffstat (limited to 'net-nds/pamldapd/files/pamldapd.initd')
-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" |