Skip to content

Commit 3784b14

Browse files
Project: L4T: Switch: pulseaudio: update enviornment in systemd service to work with upfs.
1 parent 78a6d0c commit 3784b14

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

projects/L4T/devices/Switch/packages/pulseaudio/system.d/pulseaudio.service

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,10 @@ After=syslog.target local-fs.target
55
[Service]
66
Type=dbus
77
BusName=org.pulseaudio.Server
8-
ExecStartPre=/bin/rm -rf /storage/.config/pulse/*
98
ExecStart=/usr/bin/pulseaudio --system --disallow-exit --exit-idle-time=-1 --disable-shm --enable-memfd --realtime
109
Restart=on-failure
11-
Environment=PULSE_STATE_PATH=/storage/.config/pulse
12-
Environment=PULSE_CONFIG_PATH=/storage/.config/pulse
10+
Environment=PULSE_STATE_PATH=/run/pulse
11+
Environment=PULSE_CONFIG_PATH=/run/pulse
1312

1413
[Install]
1514
WantedBy=multi-user.target

0 commit comments

Comments
 (0)