Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

9
  • 1
    @markus_b: So add this command to an init script (something like /etc/init/markus-console.conf if you use Upstart, or /etc/init.d/markus-console.sh plus symlinks in /etc/rd?.d for SysVinit, I don't know the actual SuSE locations). Commented Feb 25, 2011 at 0:35
  • 2
    @mattdm, not true - systemd usually comes with a rc-local compatibility service - or you can easily add custom services ... Commented Feb 18, 2012 at 12:46
  • 3
    @mattdm Why wouldn't you be able to just write a unit that runs that command? Commented Mar 4, 2013 at 12:39
  • 1
    TIP: Exit tmux first, or this won't work. Commented Aug 5, 2014 at 1:48
  • 1
    Here's how to install this on a systemd-based distribution, using an rc-local service. Commented May 4, 2015 at 15:59