mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-01-17 03:26:45 +01:00
14 lines
234 B
Desktop File
14 lines
234 B
Desktop File
[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
|
|
|