meta-digi/meta-digi-dey/recipes-graphics/lvgl/files/lvgl-demo-init.service

16 lines
316 B
Desktop File

[Unit]
Description=LVGL Demo Application
# Make sure we are started after graphic service is available
After=##WESTON_SERVICE##
Requires=##WESTON_SERVICE##
[Service]
Type=forking
PIDFile=/run/lvgl_demo.pid
ExecStart=/etc/lvgl-demo-init start
ExecStop=/etc/lvgl-demo-init stop
[Install]
WantedBy=multi-user.target