aboutsummaryrefslogtreecommitdiffstats
path: root/systemd/system/fedora-loadmodules.service
diff options
context:
space:
mode:
Diffstat (limited to 'systemd/system/fedora-loadmodules.service')
-rw-r--r--systemd/system/fedora-loadmodules.service16
1 files changed, 0 insertions, 16 deletions
diff --git a/systemd/system/fedora-loadmodules.service b/systemd/system/fedora-loadmodules.service
deleted file mode 100644
index 641e7711..00000000
--- a/systemd/system/fedora-loadmodules.service
+++ /dev/null
@@ -1,16 +0,0 @@
-[Unit]
-Description=Load legacy module configuration
-DefaultDependencies=no
-Conflicts=shutdown.target
-Before=sysinit.target shutdown.target
-ConditionPathExists=|/etc/rc.modules
-ConditionDirectoryNotEmpty=|/etc/sysconfig/modules/
-
-[Service]
-ExecStart=/usr/lib/systemd/fedora-loadmodules
-Type=oneshot
-TimeoutSec=0
-RemainAfterExit=yes
-
-[Install]
-WantedBy=sysinit.target