From 89d442a74ab0b3fc49f838c15f3f722f1be74720 Mon Sep 17 00:00:00 2001 From: nippy Date: Sun, 12 Apr 2026 18:11:38 +0200 Subject: live --- .../airootfs/etc/systemd/system/livecd-alsa-unmuter.service | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 releng/airootfs/etc/systemd/system/livecd-alsa-unmuter.service (limited to 'releng/airootfs/etc/systemd/system/livecd-alsa-unmuter.service') diff --git a/releng/airootfs/etc/systemd/system/livecd-alsa-unmuter.service b/releng/airootfs/etc/systemd/system/livecd-alsa-unmuter.service new file mode 100644 index 0000000..03db4b9 --- /dev/null +++ b/releng/airootfs/etc/systemd/system/livecd-alsa-unmuter.service @@ -0,0 +1,13 @@ +[Unit] +Description=Unmute All Sound Card Controls For Use With The Live Arch Environment +# This needs to run after the audio device becomes available. +Wants=systemd-udev-settle.service +After=systemd-udev-settle.service sound.target +ConditionKernelCommandLine=accessibility=on + +[Service] +Type=oneshot +ExecStart=/usr/local/bin/livecd-sound -u + +[Install] +WantedBy=sound.target -- cgit v1.3