mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-25 21:25:11 +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
|