Skip to main content
JSpra
Associate III
August 9, 2019
Solved

I'm developing on a STM32MP157C-DK2 and would like to know the best way to add a startup script. I was expecting to find /etc/rcS.d ... /etc/rcs5.d, however, these directories don't exist. Any suggestions?

  • August 9, 2019
  • 2 replies
  • 680 views

..

This topic has been closed for replies.
Best answer by AntonioST

The distribution openSTLinux is based on systemd. The old sysVinit is obsoleted in several desktop distribution too.

https://en.wikipedia.org/wiki/Systemd

2 replies

AntonioST
AntonioSTAnswer
ST Employee
August 9, 2019

The distribution openSTLinux is based on systemd. The old sysVinit is obsoleted in several desktop distribution too.

https://en.wikipedia.org/wiki/Systemd

JSpra
JSpraAuthor
Associate III
August 10, 2019

Understand and thanks for the quick reply.