mirror of
https://github.com/commaai/agnos-builder.git
synced 2026-07-10 01:02:08 +08:00
16 lines
267 B
Desktop File
16 lines
267 B
Desktop File
[Unit]
|
|
Description=PulseAudio system server
|
|
|
|
[Service]
|
|
Type=simple
|
|
Restart=always
|
|
ExecStart=/usr/bin/pulseaudio --realtime
|
|
KillSignal=SIGKILL
|
|
User=comma
|
|
Environment="XDG_RUNTIME_DIR=/var/tmp/weston"
|
|
LimitRTPRIO=100
|
|
LimitNICE=-10
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|