You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-sound/pulseaudio-daemon/files/pulseaudio.service

11 lines
227 B

[Unit]
Description=System wide PulseAudio instance
After=syslog.target network.target alsasound.service
[Service]
Restart=always
ExecStart=/usr/bin/pulseaudio --system --log-target=syslog
[Install]
WantedBy=multi-user.target