mirror of
https://github.com/karl0ss/AnotterKiosk.git
synced 2025-07-23 17:20:17 +01:00
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:
parent
6a9d3fdace
commit
5e08181199
@ -78,7 +78,7 @@ systemctl enable ntpdate
|
|||||||
systemctl enable lightdm
|
systemctl enable lightdm
|
||||||
systemctl enable nginx
|
systemctl enable nginx
|
||||||
systemctl enable ssh
|
systemctl enable ssh
|
||||||
systemctl enable kiosk-sechedule-screen.service
|
systemctl enable kiosk-schedule-screen.service
|
||||||
systemctl enable schedule-reboot.service
|
systemctl enable schedule-reboot.service
|
||||||
systemctl enable setup-refresh-timer.service
|
systemctl enable setup-refresh-timer.service
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user