mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2024-12-26 16:53:47 +01:00
13 lines
224 B
Desktop File
13 lines
224 B
Desktop File
[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
|
|
|