Skip to content

Commit f32852d

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "chronyd crash loop if Debian server is rebooted" into stable/victoria
2 parents db8ce77 + 12157d6 commit f32852d

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

ansible/roles/chrony/templates/chrony.json.j2

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
{
55
"source": "{{ container_config_directory }}/chrony.conf",
66
"dest": "/etc/chrony/chrony.conf",
7-
"owner": "chrony",
8-
"perm": "0600"
7+
"owner": "root",
8+
"perm": "0644"
99
}
1010
],
1111
"permissions": [
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
fixes:
3+
- |
4+
chronyd crash loop if server is rebooted (Debian)
5+
`LP#1915528 <https://launchpad.net/bugs/1915528>`__

0 commit comments

Comments
 (0)