Skip to content

Commit 513d05f

Browse files
Squishy123igorpecovnik
authored andcommitted
Use systemd preset to enable pulseaudio in postInst
1 parent 23f24d6 commit 513d05f

File tree

1 file changed

+1
-2
lines changed
  • config/desktop/trixie/environments/kde-plasma-mobile/debian

1 file changed

+1
-2
lines changed

config/desktop/trixie/environments/kde-plasma-mobile/debian/postinst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
if [ -f /etc/pulse/default.pa ]; then sed "s/load-module module-udev-detect$/& tsched=0/g" -i /etc/pulse/default.pa; fi
77

88
# enable pulse audio
9-
systemctl --user enable pulseaudio
10-
systemctl --user restart pulseaudio
9+
systemctl preset pulseaudio.service
1110

1211
#configure sddm
1312
mkdir -p /etc/sddm.conf.d

0 commit comments

Comments
 (0)