diff options
author | Anton Luka Šijanec <anton@sijanec.eu> | 2024-06-08 14:54:57 +0200 |
---|---|---|
committer | Anton Luka Šijanec <anton@sijanec.eu> | 2024-06-08 14:54:57 +0200 |
commit | 799c63c75b1a8bb27eca9cadca28b68821f079e5 (patch) | |
tree | efaceeb6be9bcb19352d1ac636c23c092567a54e /net-nds/pamldapd/files/pamldapd.initd | |
parent | pamldapd: default config file (diff) | |
download | g-799c63c75b1a8bb27eca9cadca28b68821f079e5.tar g-799c63c75b1a8bb27eca9cadca28b68821f079e5.tar.gz g-799c63c75b1a8bb27eca9cadca28b68821f079e5.tar.bz2 g-799c63c75b1a8bb27eca9cadca28b68821f079e5.tar.lz g-799c63c75b1a8bb27eca9cadca28b68821f079e5.tar.xz g-799c63c75b1a8bb27eca9cadca28b68821f079e5.tar.zst g-799c63c75b1a8bb27eca9cadca28b68821f079e5.zip |
Diffstat (limited to 'net-nds/pamldapd/files/pamldapd.initd')
-rwxr-xr-x | net-nds/pamldapd/files/pamldapd.initd | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net-nds/pamldapd/files/pamldapd.initd b/net-nds/pamldapd/files/pamldapd.initd index 993a9b7..1c0155c 100755 --- a/net-nds/pamldapd/files/pamldapd.initd +++ b/net-nds/pamldapd/files/pamldapd.initd @@ -9,3 +9,6 @@ output_log="/var/log/pamldapd/stdout.log" error_log="/var/log/pamldapd/stdout.log" pidfile=/var/run/pamldapd.pid umask=0 +start_pre() { + checkpath -d -m 0775 -o pamldapd:pamldapd /var/run/pamldapd +} |