fc8d1048ce
- support for system wide mode (separate subpackage with service) OBS-URL: https://build.opensuse.org/request/show/198642 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/pulseaudio?expand=0&rev=131
12 lines
239 B
Desktop File
12 lines
239 B
Desktop File
[Unit]
|
|
Description=System wide PulseAudio instance
|
|
After=syslog.target network.target alsasound.service
|
|
|
|
[Service]
|
|
Type=simple
|
|
Restart=always
|
|
ExecStart=/usr/bin/pulseaudio --system --log-target=syslog
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|