4 lines
102 B
Bash
Executable file
4 lines
102 B
Bash
Executable file
#!/bin/sh
|
|
mkdir -p /var/run/nslcd
|
|
chown nslcd:nslcd /var/run/nslcd
|
|
exec chpst -u nslcd:nslcd nslcd -n
|