Merge "chronyd crash loop if Debian server is rebooted"

This commit is contained in:
Zuul 2021-06-17 09:15:04 +00:00 committed by Gerrit Code Review
commit b113507e05
2 changed files with 7 additions and 2 deletions

View File

@ -4,8 +4,8 @@
{
"source": "{{ container_config_directory }}/chrony.conf",
"dest": "/etc/chrony/chrony.conf",
"owner": "chrony",
"perm": "0600"
"owner": "root",
"perm": "0644"
}
],
"permissions": [

View File

@ -0,0 +1,5 @@
---
fixes:
- |
chronyd crash loop if server is rebooted (Debian)
`LP#1915528 <https://launchpad.net/bugs/1915528>`__