From 0a41d91c746fa4e9c48588c29545879125b6b96e Mon Sep 17 00:00:00 2001 From: KemoNine Date: Fri, 14 Aug 2020 18:49:25 -0400 Subject: [PATCH] Ensure screen is on/off at boot time based on a config file that matches the on/off timers --- docs/scheduled_display.md | 83 ++++++++++++++++++++++++++++++++++++++- 1 file changed, 82 insertions(+), 1 deletion(-) diff --git a/docs/scheduled_display.md b/docs/scheduled_display.md index d4f6b07..acd3937 100644 --- a/docs/scheduled_display.md +++ b/docs/scheduled_display.md @@ -6,12 +6,93 @@ The below is setup to turn the display on at ```0600``` and off at ```0000```. P ``` sh +pip3 install -U python-dotenv + +cat > /etc/default/screen-on-off < /usr/local/bin/screen-on-off < /etc/systemd/system/screen-on-off.service < /etc/systemd/system/screen-on.timer <