From 0ab4f48caafb7dfd496fe51d3c5db129e95f65a5 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Tue, 1 Oct 2013 13:40:57 +0200 Subject: update for systemd in initramfs --- systemd/uname.service | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 systemd/uname.service (limited to 'systemd/uname.service') diff --git a/systemd/uname.service b/systemd/uname.service new file mode 100644 index 0000000..53373e6 --- /dev/null +++ b/systemd/uname.service @@ -0,0 +1,10 @@ +[Unit] +Description=uname +DefaultDependencies=no +Before=sysinit.target + +[Service] +Type=oneshot +RemainAfterExit=yes +StandardOutput=tty +ExecStart=/usr/lib/systemd/scripts/uname -- cgit v1.2.3-54-g00ecf