Merge pull request #655 from omor1/master

alarm/fake-hwclock: Correct suggested cron job.
This commit is contained in:
Oleg Rakhmanov 2013-12-22 17:19:35 -08:00
commit 02160c4405

View file

@ -2,7 +2,7 @@ post_install () {
echo "**********************************************************************"
echo "To keep fake-hwclock up to date in case of a power failure, add the"
echo "following job to root crontab: "
echo "*/15 * * * * /usr/lib/systemd/scripts/fake-hwclock.sh set"
echo "*/15 * * * * /usr/lib/systemd/scripts/fake-hwclock.sh save"
echo "**********************************************************************"
}