Hi,

Another optional way to go is consider that systemd already includes his
own timesync service,
therefore may be better disable or unistall ntp and use
systemd-timesyncd.

We can do the following:

ln -s /dev/null /lib/systemd/system/npt.service
or
apt-get remove --purge ntp


mkdir -p /lib/systemd/system/systemd-timesyncd.service.d

echo "[Install]
WantedBy=multi-user.target" >> \
/lib/systemd/system/systemd-timesyncd.service.d/install

systemctl enable systemd-timesyncd.service

Regards,

Jordi Pujol
Live never ending Tale
http://livenet.ddns.net


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to