Initial systemd support
[grml-autoconfig.git] / systemd / grml-autoconfig.service
diff --git a/systemd/grml-autoconfig.service b/systemd/grml-autoconfig.service
new file mode 100644 (file)
index 0000000..1b0617b
--- /dev/null
@@ -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