For the remaining issue #3 - on Chrony remove we know that: 1. no other time server is there anymore (due to conflicts) 2. we are going away
So we could on postrm do something like this:
if systemctl is-enabled systemd-timesyncd systemctl start systemd-timesyncd fi
For the remaining issue #3 - on Chrony remove we know that:
1. no other time server is there anymore (due to conflicts)
2. we are going away
So we could on postrm do something like this:
if systemctl is-enabled systemd-timesyncd
systemctl start systemd-timesyncd
fi