5 lines
67 B
Plaintext
5 lines
67 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
chown -R chrony:chrony /var/lib/chrony /var/log/chrony
|
||
|
|