From a145ddda284570e57413e37f025c3657205e17d8 Mon Sep 17 00:00:00 2001 From: "David Kaspar [Dee'Kej]" Date: Fri, 25 May 2018 20:01:54 +0200 Subject: Repository scheme updated to new layout NOTE: This commit just moves files around, without actually fixing the Makefiles and specfile. See follow up commits which resolve this. --- systemd/system/fedora-import-state.service | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 systemd/system/fedora-import-state.service (limited to 'systemd/system/fedora-import-state.service') diff --git a/systemd/system/fedora-import-state.service b/systemd/system/fedora-import-state.service deleted file mode 100644 index b43ac29f..00000000 --- a/systemd/system/fedora-import-state.service +++ /dev/null @@ -1,17 +0,0 @@ -[Unit] -Description=Import network configuration from initramfs -DefaultDependencies=no -ConditionPathIsReadWrite=/ -ConditionDirectoryNotEmpty=/run/initramfs/state -Conflicts=shutdown.target -Before=shutdown.target emergency.service emergency.target systemd-tmpfiles-setup.service sysinit.target -After=local-fs.target - -[Service] -ExecStart=/usr/lib/systemd/fedora-import-state -Type=oneshot -TimeoutSec=0 -RemainAfterExit=yes - -[Install] -WantedBy=sysinit.target -- cgit v1.2.1