/ Published in: Bash
Run this command to add an /etc/init.d/ startup script to start at os bootup.
Expand |
Embed | Plain Text
sudo /usr/sbin/update-rc.d -f <name of script> defaults
You need to login to post a comment.
Run this command to add an /etc/init.d/ startup script to start at os bootup.
sudo /usr/sbin/update-rc.d -f <name of script> defaults
You need to login to post a comment.