From: Marcos Mello Date: Tue, 2 Jan 2018 10:19:46 +0000 (-0200) Subject: Make interactive scripts work X-Git-Tag: v0.17.1~1 X-Git-Url: http://git.grml.org/?p=grml-autoconfig.git;a=commitdiff_plain;h=55ce0afb19f05761a5a24ce6e20a5ce6a7aa58dd Make interactive scripts work Effectively connect stdin/stdout/stderr to /dev/console. Fixes grml/grml#71. --- diff --git a/systemd/grml-autoconfig.service b/systemd/grml-autoconfig.service index 5397dcf..c2a1c99 100644 --- a/systemd/grml-autoconfig.service +++ b/systemd/grml-autoconfig.service @@ -8,8 +8,8 @@ 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