aboutsummaryrefslogtreecommitdiffstats
path: root/usr/lib
diff options
context:
space:
mode:
Diffstat (limited to 'usr/lib')
-rwxr-xr-xusr/lib/systemd/import-state (renamed from usr/lib/systemd/fedora-import-state)2
-rwxr-xr-xusr/lib/systemd/loadmodules (renamed from usr/lib/systemd/fedora-loadmodules)0
-rwxr-xr-xusr/lib/systemd/nis-domainname (renamed from usr/lib/systemd/fedora-domainname)0
-rwxr-xr-xusr/lib/systemd/readonly-root (renamed from usr/lib/systemd/fedora-readonly)0
-rw-r--r--usr/lib/systemd/system/import-state.service (renamed from usr/lib/systemd/system/fedora-import-state.service)2
-rw-r--r--usr/lib/systemd/system/loadmodules.service (renamed from usr/lib/systemd/system/fedora-loadmodules.service)2
-rw-r--r--usr/lib/systemd/system/nis-domainname.service (renamed from usr/lib/systemd/system/fedora-domainname.service)2
-rw-r--r--usr/lib/systemd/system/readonly-root.service (renamed from usr/lib/systemd/system/fedora-readonly.service)2
8 files changed, 5 insertions, 5 deletions
diff --git a/usr/lib/systemd/fedora-import-state b/usr/lib/systemd/import-state
index 85bc4817..be2d13eb 100755
--- a/usr/lib/systemd/fedora-import-state
+++ b/usr/lib/systemd/import-state
@@ -1,5 +1,5 @@
#!/bin/bash
-# fedora-import-state: import state files from initramfs (e.g. network config)
+# import-state: import state files from initramfs (e.g. network config)
# Copy state into root folder:
# ============================
diff --git a/usr/lib/systemd/fedora-loadmodules b/usr/lib/systemd/loadmodules
index 4fd167c4..4fd167c4 100755
--- a/usr/lib/systemd/fedora-loadmodules
+++ b/usr/lib/systemd/loadmodules
diff --git a/usr/lib/systemd/fedora-domainname b/usr/lib/systemd/nis-domainname
index 5c934584..5c934584 100755
--- a/usr/lib/systemd/fedora-domainname
+++ b/usr/lib/systemd/nis-domainname
diff --git a/usr/lib/systemd/fedora-readonly b/usr/lib/systemd/readonly-root
index a3679580..a3679580 100755
--- a/usr/lib/systemd/fedora-readonly
+++ b/usr/lib/systemd/readonly-root
diff --git a/usr/lib/systemd/system/fedora-import-state.service b/usr/lib/systemd/system/import-state.service
index b43ac29f..2aab4301 100644
--- a/usr/lib/systemd/system/fedora-import-state.service
+++ b/usr/lib/systemd/system/import-state.service
@@ -8,7 +8,7 @@ Before=shutdown.target emergency.service emergency.target systemd-tmpfiles-setup
After=local-fs.target
[Service]
-ExecStart=/usr/lib/systemd/fedora-import-state
+ExecStart=/usr/lib/systemd/import-state
Type=oneshot
TimeoutSec=0
RemainAfterExit=yes
diff --git a/usr/lib/systemd/system/fedora-loadmodules.service b/usr/lib/systemd/system/loadmodules.service
index 641e7711..cba281a5 100644
--- a/usr/lib/systemd/system/fedora-loadmodules.service
+++ b/usr/lib/systemd/system/loadmodules.service
@@ -7,7 +7,7 @@ ConditionPathExists=|/etc/rc.modules
ConditionDirectoryNotEmpty=|/etc/sysconfig/modules/
[Service]
-ExecStart=/usr/lib/systemd/fedora-loadmodules
+ExecStart=/usr/lib/systemd/loadmodules
Type=oneshot
TimeoutSec=0
RemainAfterExit=yes
diff --git a/usr/lib/systemd/system/fedora-domainname.service b/usr/lib/systemd/system/nis-domainname.service
index b62e52b1..3f8412ae 100644
--- a/usr/lib/systemd/system/fedora-domainname.service
+++ b/usr/lib/systemd/system/nis-domainname.service
@@ -5,7 +5,7 @@ DefaultDependencies=no
Conflicts=shutdown.target
[Service]
-ExecStart=/usr/lib/systemd/fedora-domainname
+ExecStart=/usr/lib/systemd/nis-domainname
Type=oneshot
RemainAfterExit=yes
diff --git a/usr/lib/systemd/system/fedora-readonly.service b/usr/lib/systemd/system/readonly-root.service
index 30530219..83af6acd 100644
--- a/usr/lib/systemd/system/fedora-readonly.service
+++ b/usr/lib/systemd/system/readonly-root.service
@@ -6,7 +6,7 @@ Before=shutdown.target emergency.service emergency.target systemd-tmpfiles-setup
After=systemd-remount-fs.service
[Service]
-ExecStart=/usr/lib/systemd/fedora-readonly
+ExecStart=/usr/lib/systemd/readonly-root
Type=oneshot
TimeoutSec=0
RemainAfterExit=yes