mirror of
https://github.com/commaai/agnos-builder.git
synced 2026-07-10 01:02:08 +08:00
2ffb16f7b8
* weston: remove display re-init * test * init both * increase * another try * move that * test service * little more * bump kernel * fix that
17 lines
294 B
Desktop File
17 lines
294 B
Desktop File
[Unit]
|
|
Description=PulseAudio system server
|
|
After=weston-ready.service
|
|
|
|
[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
|