aboutsummaryrefslogtreecommitdiffstats
path: root/systemd/system/fedora-import-state.service
diff options
context:
space:
mode:
authorWill Woods <wwoods@redhat.com>2012-03-08 15:13:03 -0500
committerBill Nottingham <notting@redhat.com>2012-03-08 15:39:06 -0500
commitcb42a762e69037502d0549d3a79a41e292af8aad (patch)
tree646d32f21d0f78e87912a489c2a5ded189193e9b /systemd/system/fedora-import-state.service
parenta93d20bb3604bed86e3d1bb74513e428b21242cd (diff)
downloadinitscripts-cb42a762e69037502d0549d3a79a41e292af8aad.tar
initscripts-cb42a762e69037502d0549d3a79a41e292af8aad.tar.gz
initscripts-cb42a762e69037502d0549d3a79a41e292af8aad.tar.bz2
initscripts-cb42a762e69037502d0549d3a79a41e292af8aad.tar.xz
initscripts-cb42a762e69037502d0549d3a79a41e292af8aad.zip
add fedora-import-state.service
This service imports the contents of /run/initramfs/state into the root filesystem, where the root filesystem is writeable. This allows dracut to hand the ifcfg file and dhclient lease over to NetworkManager on network-booted Live images.
Diffstat (limited to 'systemd/system/fedora-import-state.service')
-rw-r--r--systemd/system/fedora-import-state.service13
1 files changed, 13 insertions, 0 deletions
diff --git a/systemd/system/fedora-import-state.service b/systemd/system/fedora-import-state.service
new file mode 100644
index 00000000..5294fe17
--- /dev/null
+++ b/systemd/system/fedora-import-state.service
@@ -0,0 +1,13 @@
+[Unit]
+Description=Import network configuration from initramfs
+DefaultDependencies=no
+ConditionDirectoryNotEmpty=/run/initramfs/state
+Conflicts=shutdown.target
+Before=shutdown.target emergency.service emergency.target systemd-tmpfiles-setup.service
+After=remount-rootfs.service
+
+[Service]
+ExecStart=/lib/systemd/fedora-import-state
+Type=oneshot
+TimeoutSec=0
+RemainAfterExit=yes