X-Git-Url: https://git.grml.org/?p=grml-autoconfig.git;a=blobdiff_plain;f=systemd%2Fgrml-autoconfig.service;fp=systemd%2Fgrml-autoconfig.service;h=1b0617bfcd2e6d9c819702f83a7b48626f6a8be4;hp=0000000000000000000000000000000000000000;hb=21b7f0ed53a93938f0d5a474e3e82bbc8c2b1976;hpb=0fb27baedd40895f6ab82017c3a3e137ee488955 diff --git a/systemd/grml-autoconfig.service b/systemd/grml-autoconfig.service new file mode 100644 index 0000000..1b0617b --- /dev/null +++ b/systemd/grml-autoconfig.service @@ -0,0 +1,15 @@ +# This file is part of grml-autoconfig for usage with systemd. + +[Unit] +Description=Grml boot option support +Before=getty.target +After=rc-local.service + +[Service] +ExecStart=/etc/init.d/grml-autoconfig +Type=oneshot +StandardOutput=tty +StandardError=journal+console + +[Install] +WantedBy=multi-user.target