mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2024-12-27 09:14:28 +01:00
13 lines
224 B
SYSTEMD
13 lines
224 B
SYSTEMD
|
[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
|
||
|
|