Files
agnos-builder/userspace/files/pulse.service
T
Adeeb Shihadeh 2ffb16f7b8 weston init cleanup (#117)
* weston: remove display re-init

* test

* init both

* increase

* another try

* move that

* test service

* little more

* bump kernel

* fix that
2023-02-25 22:24:49 -08:00

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