Fix permission on chrony.conf
Chrony drops root to user 'chrony' on startup, so it's config file should be owned by user this user. Change-Id: I8ba976cc685d2e50e09211f67507487a1e0e3c5f
This commit is contained in:
parent
b6d370ca43
commit
6f9ab26f68
@ -4,7 +4,7 @@
|
||||
{
|
||||
"source": "{{ container_config_directory }}/chrony.conf",
|
||||
"dest": "/etc/chrony/chrony.conf",
|
||||
"owner": "root",
|
||||
"owner": "chrony",
|
||||
"perm": "0644"
|
||||
}
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user