Skip to content

Commit 8360ab4

Browse files
committed
fix: no shutdown sound
PrivateDevices=true 导致找不到音频设备
1 parent 11bfc60 commit 8360ab4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

misc/systemd/system/deepin-shutdown-sound.service

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Before=shutdown.target
1010
# https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort
1111
ProtectSystem=full
1212
ProtectHome=true
13-
PrivateDevices=true
13+
#PrivateDevices=true
1414
ProtectHostname=true
1515
ProtectClock=true
1616
ProtectKernelTunables=true

0 commit comments

Comments
 (0)