mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-25 06:52:56 +02:00
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
|