From 2b887a24570394f54248ad1c055f087c6b750a8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20=C5=A0tefl?= Date: Mon, 16 Jun 2025 06:28:01 +0200 Subject: [PATCH] =?UTF-8?q?P=C5=99idat=20Linux/display.service?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Linux/display.service | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Linux/display.service diff --git a/Linux/display.service b/Linux/display.service new file mode 100644 index 0000000..f5e378e --- /dev/null +++ b/Linux/display.service @@ -0,0 +1,14 @@ +# File : vi /etc/systemd/system/display.service + + +[Unit] +Description=Display OFF +After=network.target + +[Service] +Type=simple +Restart=on-abort +ExecStart=/usr/local/bin/displayoff.sh + +[Install] +WantedBy=multi-user.target \ No newline at end of file