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
|