File: cloud-init-before-chronyd.patch

package info (click to toggle)
cloud-init 25.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 12,412 kB
  • sloc: python: 135,894; sh: 3,883; makefile: 141; javascript: 30; xml: 22
file content (23 lines) | stat: -rw-r--r-- 717 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
From: Thomas Goirand <zigo@debian.org>
Date: Fri, 8 Feb 2019 14:45:04 +0100
Subject: cloud-init before chronyd

Bug-Debian: https://bugs.debian.org/910801
Forwarded: no
Last-Update: 2018-10-15
---
 systemd/cloud-init.service.tmpl | 1 +
 1 file changed, 1 insertion(+)

Index: cloud-init/systemd/cloud-init-network.service.tmpl
===================================================================
--- cloud-init.orig/systemd/cloud-init-network.service.tmpl
+++ cloud-init/systemd/cloud-init-network.service.tmpl
@@ -28,6 +28,7 @@ After=wicked.service
 After=dbus.service
 {% endif %}
 Before=network-online.target
+Before=chronyd.service
 {% if variant == "raspberry-pi-os" %}
 Before=avahi-daemon.service
 {% endif %}