Update-rc.d for Mobian - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: PinePhone (https://forum.pine64.org/forumdisplay.php?fid=120) +--- Forum: PinePhone Software (https://forum.pine64.org/forumdisplay.php?fid=121) +---- Forum: Mobian on PinePhone (https://forum.pine64.org/forumdisplay.php?fid=139) +---- Thread: Update-rc.d for Mobian (/showthread.php?tid=14286) |
Update-rc.d for Mobian - Davio - 06-27-2021 Hi, I'm trying to use this command (update-rc.d) to add a script to the startup but Kings's Cross can't find it. Is it possible to install this command? Thanks! RE: Update-rc.d for Mobian - Zebulon Walton - 06-27-2021 What I've been doing since systemd took over the init process on Debian is to enable the traditional /etc/rc.local startup file. This makes it easy to add your own commands and scripts to system startup. https://www.troublenow.org/752/debian-10-add-rc-local/ RE: Update-rc.d for Mobian - Davio - 06-27-2021 (06-27-2021, 08:02 AM)Zebulon Walton Wrote: What I've been doing since systemd took over the init process on Debian is to enable the traditional /etc/rc.local startup file. This makes it easy to add your own commands and scripts to system startup. Nice! I'll try that tonight. Thats a very helpful link. Thanks for your help, have a nice day! |