Debian, start something at system start

From Andreida
Revision as of 11:29, 16 February 2016 by Andreas (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
  • 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