diff --git a/export-image/05-finalise/01-run.sh b/export-image/05-finalise/01-run.sh index b39c905..304b716 100755 --- a/export-image/05-finalise/01-run.sh +++ b/export-image/05-finalise/01-run.sh @@ -14,7 +14,7 @@ on_chroot <<- EOF python3 -m apt_listchanges.populate_database --profile apt systemctl disable apt-listchanges.timer fi - install -m 755 -o systemd-timesync -g systemd-timesync -d /var/lib/systemd/timesync/clock + install -m 755 -o systemd-timesync -g systemd-timesync -d /var/lib/systemd/timesync install -m 644 -o systemd-timesync -g systemd-timesync /dev/null /var/lib/systemd/timesync/clock EOF