Make interactive scripts work
[grml-autoconfig.git] / systemd / grml-autoconfig.service
index fcd78d4..c2a1c99 100644 (file)
@@ -2,14 +2,14 @@
 
 [Unit]
 Description=Grml boot option support
-Before=getty.target
+Before=getty@tty1.service
 After=rc-local.service
 
 [Service]
 ExecStart=/etc/init.d/grml-autoconfig
 Type=oneshot
+StandardInput=tty
 StandardOutput=tty
-StandardError=journal+console
 
 [Install]
 WantedBy=grml-boot.target