Debian, start something at system start: Difference between revisions

From Andreida
(Created page with "* create the starter script in /etc/init.d * activate ** rcconf (easy with interface) *** install rcconf *** activate the script via rcconf ** update-rc.d (command line - che...")
 
(No difference)

Latest revision as of 11:29, 16 February 2016

  • create the starter script in /etc/init.d
  • activate
    • rcconf (easy with interface)
      • install rcconf
      • activate the script via rcconf
    • update-rc.d (command line - check the man page if you wish)
update-rc.d <your-script> defaults