Systemctl mandatory?

Hi

Im not new with Navio2, only to double check because I will update my board.

Is systemctl mandatory ? because I already built lots of .sh

thanks

Hi

Using systemd is the only preferred way to manage services.
You can easily convert your scripts to systemd services and run it on boot using systemctl instead of /etc/rc.local

Check out this post to get started.

ok thanks.