distribution/packages/audio/pulseaudio/system.d/pulseaudio.service

15 lines
408 B
SYSTEMD
Raw Normal View History

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
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
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