X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=systemd%2Fgrml-autoconfig.service;h=c0267130bf57f5364e7f3e7104b71572f1fd15cf;hb=7bfc241ac64c535dc5c2a28e9fdb1ff55c1d5625;hp=1b0617bfcd2e6d9c819702f83a7b48626f6a8be4;hpb=21b7f0ed53a93938f0d5a474e3e82bbc8c2b1976;p=grml-autoconfig.git 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