From 1f2a487adf2ff5366627be2f2bb486d17850418b Mon Sep 17 00:00:00 2001 From: EndermanXD <82046100+EndermanCo@users.noreply.github.com> Date: Wed, 7 Aug 2024 16:08:48 +0000 Subject: [PATCH] Create amd.service --- iso/airootfs/etc/systemd/system/amd.service | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 iso/airootfs/etc/systemd/system/amd.service diff --git a/iso/airootfs/etc/systemd/system/amd.service b/iso/airootfs/etc/systemd/system/amd.service new file mode 100644 index 0000000..218609b --- /dev/null +++ b/iso/airootfs/etc/systemd/system/amd.service @@ -0,0 +1,8 @@ +[Unit] +Description=Enable AMD mode + +[Service] +ExecStart=/bin/bash /etc/systemd/system/amd.sh + +[Install] +WantedBy=multi-user.target