fix: correct typo in schedule service filename

The systemd service for scheduling the screen on/off was misspelled as `kiosk-sechedule-screen.service`.

This commit renames the file to `kiosk-schedule-screen.service` and updates the build script to enable the correctly named service.
This commit is contained in:
Karl 2025-07-18 13:31:44 +01:00
parent 6a9d3fdace
commit 5e08181199
2 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ systemctl enable ntpdate
systemctl enable lightdm
systemctl enable nginx
systemctl enable ssh
systemctl enable kiosk-sechedule-screen.service
systemctl enable kiosk-schedule-screen.service
systemctl enable schedule-reboot.service
systemctl enable setup-refresh-timer.service