startup
To add the Script:
chmod +x /etc/init.d/yourscript update-rc.d yourscript defaults
To remove the Script:
update-rc.d -f yourscript remove
startup.txt · Last modified: 2021/11/25 22:42 by 127.0.0.1
To add the Script:
chmod +x /etc/init.d/yourscript update-rc.d yourscript defaults
To remove the Script:
update-rc.d -f yourscript remove