Bug#754423: adapting rc.local that needs interaction to systemd

2014-07-11 Thread 積丹尼 Dan Jacobson
That is now nice to know but I already worked all night on my solution which is now perfect except for the cosmetic issue of leaving a dead tty1. OK thanks anyway. I'll ask them at https://plus.google.com/107326194379039522045/posts/4Lk6mpsmhAT -- To UNSUBSCRIBE, email to debian-bugs-dist-requ..

Bug#754423: adapting rc.local that needs interaction to systemd

2014-07-11 Thread Michael Biebl
I really don't think what your doing in rc.local is sensible, but at least there is a simpler workaround then your messing around with the getty config: # mkdir /etc/systemd/system/rc-local.service.d/ # echo -e "[Service]\nStandardInput=tty-force\nStandardOutput=journal+console\n" > /etc/systemd

Bug#754423: adapting rc.local that needs interaction to systemd

2014-07-11 Thread 積丹尼 Dan Jacobson
OK what anybody used to do in /etc/rc.local can all be now often also be done instead via making a non-symlinked /etc/systemd/system/getty.target.wants/getty@tty1.service and changing # ExecStart=-/sbin/agetty --noclear %I ExecStart=-/sbin/agetty --noclear --autologin root %I # Restart=always Rest