X-Git-Url: https://git.grml.org/?p=grml-autoconfig.git;a=blobdiff_plain;f=systemd%2Fgrml-autoconfig.service;h=c2a1c99fa4d51f81a8afc2f98fe43f7ef55e1142;hp=1b0617bfcd2e6d9c819702f83a7b48626f6a8be4;hb=HEAD;hpb=21b7f0ed53a93938f0d5a474e3e82bbc8c2b1976 diff --git a/systemd/grml-autoconfig.service b/systemd/grml-autoconfig.service index 1b0617b..c026713 100644 --- a/systemd/grml-autoconfig.service +++ b/systemd/grml-autoconfig.service @@ -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=null StandardOutput=tty -StandardError=journal+console [Install] -WantedBy=multi-user.target +WantedBy=grml-boot.target