mirror of
https://github.com/void-linux/void-packages.git
synced 2025-10-01 08:05:09 +02:00
3 lines
89 B
Bash
3 lines
89 B
Bash
#!/bin/sh
|
|
install -d -m750 -o chrony -g chrony /var/run/chrony
|
|
exec chronyd -n -u chrony
|