Pelagicore / meta-pelux

PELUX is an open source, GENIVI compliant development platform that supports the Qt Automotive Suite
https://pelux.io
MIT License
39 stars 28 forks source link

neptune3-ui: replace unit file with drop-in #380

Closed sashko closed 4 years ago

sashko commented 5 years ago

Instead of maintaining own unit file, use the original one provided by neptune3-ui recipe in meta-boot2qt and append/replace PELUX-specific configuration with systemd drop-in.

Also put required environment variables into a separate file, /etc/default/neptune.

Signed-off-by: Oleksandr Kravchuk oleksandr.kravchuk@pelagicore.com

JEderonn commented 5 years ago

Have you tried to override dbus-session and neptune to move them to basic.target and see if it will speed up the boot time?

sashko commented 5 years ago

Have you tried to override dbus-session and neptune to move them to basic.target and see if it will speed up the boot time?

Haven't had a chance yet. It's in my TODO list.