systemd unit: use StandardInput=null to work in serial console mode
[grml-autoconfig.git] / systemd / grml-autoconfig.service
index c2a1c99..c026713 100644 (file)
@@ -8,7 +8,7 @@ After=rc-local.service
 [Service]
 ExecStart=/etc/init.d/grml-autoconfig
 Type=oneshot
 [Service]
 ExecStart=/etc/init.d/grml-autoconfig
 Type=oneshot
-StandardInput=tty
+StandardInput=null
 StandardOutput=tty
 
 [Install]
 StandardOutput=tty
 
 [Install]