Name: Cudder !MhMRSATORI 2015-01-26 14:43
init=/bin/sh
Put everything you need to run automatically at startup in
/etc/profile
or one of the other autoexec files, and you won't have to deal with a mess of init scripts or the horrors of systemd. It's like AUTOEXEC.BAT for *nix, easy and simple. If you want a GUI just put startx
in there...