3

Rpi 1 Model A here. I would like to use a Raspbian image in my first pi project, and want to configure it to run an executable Java app (jar file) at startup.

According to this article I might be able to configure this Java app as a systemd startup service, however I wasn't sure if systemd was a possible option for Stretch Lite or not. Is it? If not, what's the recommended startup service/method for Raspbian Stretch/Lite?

smeeb
  • 645
  • 3
  • 9
  • 22

1 Answers1

6

Yes, the Lite version of Raspbain 9 "Stretch" uses systemd just like 8 "Jessie". Also I highly recomend using systemd over other options.

user49015
  • 2,712
  • 17
  • 23