093d2828fc
Change-Id: I49503275a8b3700185ee0395d9beee7397f5fccf Implements: blueprint add-chrony-service
12 lines
291 B
Django/Jinja
12 lines
291 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": "root",
|
|
"perm": "0644"
|
|
}
|
|
]
|
|
}
|