mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-23 01:27:02 +02:00
5 lines
131 B
Bash
5 lines
131 B
Bash
#!/bin/sh
|
|
exec 2>&1
|
|
[ -r conf ] && . ./conf
|
|
install -d -m750 -o chrony -g chrony /var/run/chrony
|
|
exec chronyd -n -u chrony ${OPTS}
|