mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-06-05 22:19:21 +02:00
MycroftOS: Start pulseaudio after avahi
This commit is contained in:
@ -0,0 +1,13 @@
|
|||||||
|
[Unit]
|
||||||
|
Description=PulseAudio Sound System
|
||||||
|
After=syslog.target
|
||||||
|
After=avahi-daemon.service network.target
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
Umask=077
|
||||||
|
ExecStart=/usr/bin/pulseaudio --system --daemonize=no
|
||||||
|
Restart=always
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=multi-user.target
|
||||||
|
|
Reference in New Issue
Block a user