Merge "chronyd crash loop if Debian server is rebooted"
This commit is contained in:
commit
b113507e05
@ -4,8 +4,8 @@
|
|||||||
{
|
{
|
||||||
"source": "{{ container_config_directory }}/chrony.conf",
|
"source": "{{ container_config_directory }}/chrony.conf",
|
||||||
"dest": "/etc/chrony/chrony.conf",
|
"dest": "/etc/chrony/chrony.conf",
|
||||||
"owner": "chrony",
|
"owner": "root",
|
||||||
"perm": "0600"
|
"perm": "0644"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"permissions": [
|
"permissions": [
|
||||||
|
@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
fixes:
|
||||||
|
- |
|
||||||
|
chronyd crash loop if server is rebooted (Debian)
|
||||||
|
`LP#1915528 <https://launchpad.net/bugs/1915528>`__
|
Loading…
Reference in New Issue
Block a user