Skip to content

Commit

Permalink
Revert "Merge pull request #679 from mariux64/do-not-replace-ntp-with…
Browse files Browse the repository at this point in the history
…-systemd-timesyncd"

This reverts commit 2e2847e, reversing
changes made to 2ae6038.
  • Loading branch information
donald committed Mar 22, 2018
1 parent 4d9a879 commit f13675d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 86 deletions.
85 changes: 0 additions & 85 deletions ntp.be0

This file was deleted.

3 changes: 2 additions & 1 deletion scripts/update-systemd-from-27-to-238.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ sed -i 's/required pam_systemd.so create-session=1 kill-user=0 kill-sessio

echo "You can migrate to system-networkd."

systemctl stop ntp
systemctl disable ntp
systemctl daemon-reload
bee remove ntp-4.2.8p8-0.x86_64

Expand All @@ -41,4 +43,3 @@ ln -sf /etc/sysctl.conf /etc/sysctl.d/99-sysctl.conf
# just to be sure
systemctl stop systemd-networkd
systemctl disable systemd-networkd
systemctl disable systemd-timesyncd

0 comments on commit f13675d

Please sign in to comment.