Skip to content

Commit 0e990ac

Browse files
Fix issue #115: Remove commands that overwrite nobeep.conf
1 parent b53ecad commit 0e990ac

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

airootfs/etc/systemd/system/no-beep.service

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ After=local-fs.target
99
Type=oneshot
1010
RemainAfterExit=yes
1111
ExecStart=/bin/bash -c "rmmod pcspkr snd_pcsp 2>/dev/null || true"
12-
ExecStart=/bin/bash -c "echo 'blacklist pcspkr' > /etc/modprobe.d/nobeep.conf"
13-
ExecStart=/bin/bash -c "echo 'blacklist snd_pcsp' >> /etc/modprobe.d/nobeep.conf"
1412
ExecStart=/bin/bash -c "if [ -f /sys/module/i8042/parameters/nopnp ]; then echo 1 > /sys/module/i8042/parameters/nopnp; fi"
1513

1614
[Install]

0 commit comments

Comments
 (0)