summarylogtreecommitdiffstats
path: root/chrony-git.install
blob: 21c1cab5ddd3fa802a9cbe91ef4a1c1e77747f9b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
post_install() {
    echo ":: chronyd is not enabled by default."
    echo "   To start and enable the service:"
    echo "     systemctl enable --now chronyd"
    echo ""
    echo ":: If using systemd-timesyncd, disable it first:"
    echo "     systemctl disable --now systemd-timesyncd"
}

post_upgrade() {
    post_install
}