From 59b2f505ea603ef65823615711b5adfa87795f41 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Fri, 15 Oct 2010 16:25:31 -0400 Subject: Add split-out bits of rc.sysinit and associated service files. Remove sysinit.service. Based on work by Harald Hoyer () sysinit-hack/unhack will be removed once the net hotplug stuff is fixed to not require this. --- systemd/system/fedora-mountall.service | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 systemd/system/fedora-mountall.service (limited to 'systemd/system/fedora-mountall.service') diff --git a/systemd/system/fedora-mountall.service b/systemd/system/fedora-mountall.service new file mode 100644 index 00000000..af5cf79b --- /dev/null +++ b/systemd/system/fedora-mountall.service @@ -0,0 +1,14 @@ +[Unit] +Description=Check, mount, and relabel all filesystems +DefaultDependencies=no +Conflicts=shutdown.target +Before=shutdown.target emergency.service emergency.target remount-rootfs.service +After=fedora-storage-init.service fedora-init-crypto-2.service +Requires=fedora-storage-init.service fedora-init-crypto-2.service + +[Service] +ExecStart=/lib/systemd/fedora-mountall +Type=oneshot +TimeoutSec=0 +RemainAfterExit=yes +StandardInput=tty -- cgit v1.2.1