x6100-armbian/userpatches/overlay/etc/systemd/system/pulseaudio_system.service

15 wiersze
321 B
INI

[Unit]
Description=pulseaudio system mode
Before=systemd-user-sessions.service
Before=lightdm.service
Requires=amixer.service
[Service]
User=root
Type=notify
ExecStart=/usr/bin/pulseaudio -v --daemonize=no --system --realtime --log-target=journal --disallow-exit
Restart=on-failure
[Install]
WantedBy=multi-user.target