1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2025-02-01 03:06:59 +01:00

13 lines
224 B
SYSTEMD
Raw Normal View History

[Unit]
Description=PulseAudio Sound System
After=syslog.target
After=avahi-daemon.service network.target
[Service]
ExecStart=/usr/bin/pulseaudio --system --daemonize=no
Restart=always
[Install]
WantedBy=multi-user.target