6f9ab26f68
Chrony drops root to user 'chrony' on startup, so it's config file should be owned by user this user. Change-Id: I8ba976cc685d2e50e09211f67507487a1e0e3c5f
12 lines
293 B
Django/Jinja
12 lines
293 B
Django/Jinja
{
|
|
"command": "/usr/sbin/chronyd -d -f /etc/chrony/chrony.conf",
|
|
"config_files": [
|
|
{
|
|
"source": "{{ container_config_directory }}/chrony.conf",
|
|
"dest": "/etc/chrony/chrony.conf",
|
|
"owner": "chrony",
|
|
"perm": "0644"
|
|
}
|
|
]
|
|
}
|