aboutsummaryrefslogtreecommitdiffstats
path: root/systemd/system/fedora-import-state.service
diff options
context:
space:
mode:
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