From 55ce0afb19f05761a5a24ce6e20a5ce6a7aa58dd Mon Sep 17 00:00:00 2001 From: Marcos Mello Date: Tue, 2 Jan 2018 08:19:46 -0200 Subject: [PATCH] Make interactive scripts work Effectively connect stdin/stdout/stderr to /dev/console. Fixes grml/grml#71. --- systemd/grml-autoconfig.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.1.4