Skip to content

Commit

Permalink
Clean up conflicting NTP services
Browse files Browse the repository at this point in the history
  • Loading branch information
pascal-fb-martin committed Aug 27, 2024
1 parent 493252a commit c5ac5ce
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,12 @@ purge-app:

purge-config:

# Systemd specific: cleanup of other NTP servers.

clean-systemd::
if [ -e /etc/init.d/ntp ] ; then systemctl stop ntp ; systemctl disable ntp ; fi
if [ -e /etc/init.d/chrony ] ; then systemctl stop chrony ; systemctl disable chrony ; fi

# System installation. ------------------------------------------

include $(SHARE)/install.mak
Expand Down

0 comments on commit c5ac5ce

Please sign in to comment.