summaryrefslogtreecommitdiff
path: root/chronyd.initd
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2020-12-01 20:09:46 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2020-12-01 20:09:46 -0800
commitdfe7788baa199bb0315b8a99fe125e86b3bfb75d (patch)
tree2a9dfef7d17e5343e104646d41435bbd5d1692fb /chronyd.initd
parentOn second thought let's not go to IPv6. It's a very silly place. (diff)
downloadchrony-openrc-dfe7788baa199bb0315b8a99fe125e86b3bfb75d.tar.xz
Remove need net from init
Remove forced ipv4 mode by default
Diffstat (limited to 'chronyd.initd')
-rw-r--r--chronyd.initd2
1 files changed, 1 insertions, 1 deletions
diff --git a/chronyd.initd b/chronyd.initd
index 3cca402..270654e 100644
--- a/chronyd.initd
+++ b/chronyd.initd
@@ -3,7 +3,7 @@
# Distributed under the terms of the GNU General Public License v2
depend() {
- need net
+# need net
use logger dns
}