10 lines
147 B
SYSTEMD
10 lines
147 B
SYSTEMD
[Unit]
|
|
Description=Turn off display
|
|
|
|
[Timer]
|
|
OnCalendar={{ hdmi_schedule_display_off }}
|
|
Persistent=true
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|