From 65b2ecb3684f6446e9f2b6dd53a8deec7ac7ad21 Mon Sep 17 00:00:00 2001 From: toby Date: Wed, 31 Oct 2018 20:40:10 +0100 Subject: [PATCH] making sure systemd-timesyncd is enabled as well --- debian/wit-network-config.postinst | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/wit-network-config.postinst b/debian/wit-network-config.postinst index c8a2ca9..8ced20a 100755 --- a/debian/wit-network-config.postinst +++ b/debian/wit-network-config.postinst @@ -344,6 +344,7 @@ case "$1" in systemctl disable strongswan # disable ipsec till we have the certs and all ansible will enable it after dropping certs systemctl enable firewall + systemctl enable systemd-timesyncd systemctl restart systemd-timesyncd systemctl restart ssh