aboutsummaryrefslogtreecommitdiffstats
path: root/usr/lib/systemd/system
diff options
context:
space:
mode:
Diffstat (limited to 'usr/lib/systemd/system')
-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
4 files changed, 4 insertions, 4 deletions
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