2022-02-05 14:23:32 +00:00
|
|
|
[Unit]
|
|
|
|
Description=PulseAudio Sound Service
|
|
|
|
After=syslog.target local-fs.target
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=dbus
|
|
|
|
BusName=org.pulseaudio.Server
|
2022-02-27 23:34:12 +00:00
|
|
|
ExecStart=/usr/bin/pulseaudio --system --disallow-exit --exit-idle-time=-1 --disable-shm --enable-memfd --realtime
|
2022-02-05 14:23:32 +00:00
|
|
|
Restart=on-failure
|
2022-02-27 23:34:12 +00:00
|
|
|
Environment=PULSE_STATE_PATH=/storage/.config/pulse
|
|
|
|
Environment=PULSE_CONFIG_PATH=/storage/.config/pulse
|
2022-02-05 14:23:32 +00:00
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|