View Single Post
Old 10-27-2021, 03:11 AM   #1
dstaley
Member
dstaley began at the beginning.
 
dstaley's Avatar
 
Posts: 12
Karma: 10
Join Date: May 2020
Device: Kindle Voyage
Question How to start background processes at boot?

I have a background process that I'd like to run at boot. On Linux I'd typically do this with systemd, but obviously that's not an option. I know init.d can handle launching things, but it seems like most people use udev rules to run their background processes.

What are the different options I have to launch background processes at boot, and what are the pros/cons of each option?
dstaley is offline   Reply With Quote