From: Tollef Fog Heen Date: Sun, 2 May 2010 16:48:05 +0000 (+0200) Subject: Add checkroot and mountkernfs service X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ed5c36be986e6b54285aedde446474002d0d196;p=systemd-rc Add checkroot and mountkernfs service systemd isn't smart enough to look for .sh variants yet, so add manual jobs for those two which are needed for booting. --- diff --git a/checkroot.service b/checkroot.service new file mode 100644 index 0000000..435f2d1 --- /dev/null +++ b/checkroot.service @@ -0,0 +1,9 @@ +[Unit] +Description=Check root fs + +[Service] +ExecStart=/etc/init.d/checkroot.sh +Type=finish +TimeoutSec=0 +StandardInput=tty +ValidNoProcess=yes diff --git a/mountkernfs.service b/mountkernfs.service new file mode 100644 index 0000000..f62888e --- /dev/null +++ b/mountkernfs.service @@ -0,0 +1,9 @@ +[Unit] +Description=Mount kernel file systems + +[Service] +ExecStart=/etc/init.d/mountkernfs.sh +Type=finish +TimeoutSec=0 +StandardInput=tty +ValidNoProcess=yes