From 26f9e8e4d4a06f735c4728f9509593bf7d36a7eb Mon Sep 17 00:00:00 2001 From: EndermanXD <82046100+EndermanCo@users.noreply.github.com> Date: Fri, 26 Jul 2024 11:51:41 +0330 Subject: [PATCH] Create envycontrol.sevice --- iso/airootfs/etc/systemd/system/envycontrol.sevice | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 iso/airootfs/etc/systemd/system/envycontrol.sevice diff --git a/iso/airootfs/etc/systemd/system/envycontrol.sevice b/iso/airootfs/etc/systemd/system/envycontrol.sevice new file mode 100644 index 0000000..2ede0e2 --- /dev/null +++ b/iso/airootfs/etc/systemd/system/envycontrol.sevice @@ -0,0 +1,8 @@ +[Unit] +Description=Enable Nvidia mode for envycontrol + +[Service] +ExecStart=/bin/bash /etc/systemd/system/envycontrol.sh + +[Install] +WantedBy=multi-user.target