mirror of
https://github.com/void-linux/void-packages.git
synced 2025-10-08 11:35:11 +02:00
4 lines
124 B
Bash
Executable file
4 lines
124 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
|