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