mirror of
https://github.com/void-linux/void-packages.git
synced 2025-10-06 10:35:13 +02:00
4 lines
97 B
Bash
Executable file
4 lines
97 B
Bash
Executable file
#!/bin/sh
|
|
mkdir -p /var/run/nslcd
|
|
chown nslcd:nslcd /var/run/nslcd
|
|
chpst -u nslcd:nslcd nslcd -n
|