We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78a6d0c commit 3784b14Copy full SHA for 3784b14
projects/L4T/devices/Switch/packages/pulseaudio/system.d/pulseaudio.service
@@ -5,11 +5,10 @@ After=syslog.target local-fs.target
5
[Service]
6
Type=dbus
7
BusName=org.pulseaudio.Server
8
-ExecStartPre=/bin/rm -rf /storage/.config/pulse/*
9
ExecStart=/usr/bin/pulseaudio --system --disallow-exit --exit-idle-time=-1 --disable-shm --enable-memfd --realtime
10
Restart=on-failure
11
-Environment=PULSE_STATE_PATH=/storage/.config/pulse
12
-Environment=PULSE_CONFIG_PATH=/storage/.config/pulse
+Environment=PULSE_STATE_PATH=/run/pulse
+Environment=PULSE_CONFIG_PATH=/run/pulse
13
14
[Install]
15
WantedBy=multi-user.target
0 commit comments