From a0ebda2c95695286c5b661a1141598bd2b80f987 Mon Sep 17 00:00:00 2001 From: zsien Date: Tue, 26 Mar 2024 15:57:51 +0800 Subject: [PATCH] fix: no shutdown sound MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PrivateDevices=true 导致找不到音频设备 --- misc/systemd/system/deepin-shutdown-sound.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/systemd/system/deepin-shutdown-sound.service b/misc/systemd/system/deepin-shutdown-sound.service index c8f21e41..36fbb43f 100644 --- a/misc/systemd/system/deepin-shutdown-sound.service +++ b/misc/systemd/system/deepin-shutdown-sound.service @@ -10,7 +10,7 @@ Before=shutdown.target # https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort ProtectSystem=full ProtectHome=true -PrivateDevices=true +#PrivateDevices=true ProtectHostname=true ProtectClock=true ProtectKernelTunables=true