mirror of
https://github.com/void-linux/void-packages.git
synced 2025-10-06 10:35:13 +02:00
4 lines
120 B
Bash
Executable file
4 lines
120 B
Bash
Executable file
#!/bin/sh
|
|
[ ! -d /run/uuidd ] && mkdir -p /run/uuidd
|
|
chown uuidd:uuidd /run/uuidd
|
|
exec chpst -u uuidd:uuidd uuidd -F -P
|