summaryrefslogtreecommitdiffstats
path: root/net-nds/pamldapd/files/pamldapd.initd
blob: 1a4097ea3a4429e74072b3f40c78bb811ae5b93d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#!/sbin/openrc-run
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=true
command_user="pamldapd:pamldapd"
output_log="/var/log/pamldapd/stdout.log"
error_log="/var/log/pamldapd/stdout.log"
pidfile=/var/run/pamldapd.pid