aboutsummaryrefslogtreecommitdiffstats
path: root/systemd/system
diff options
context:
space:
mode:
Diffstat (limited to 'systemd/system')
-rw-r--r--systemd/system/rhel-autorelabel-mark.service (renamed from systemd/system/fedora-autorelabel-mark.service)0
-rw-r--r--systemd/system/rhel-autorelabel.service (renamed from systemd/system/fedora-autorelabel.service)2
-rw-r--r--systemd/system/rhel-configure.service (renamed from systemd/system/fedora-configure.service)2
-rw-r--r--systemd/system/rhel-domainname.service (renamed from systemd/system/fedora-domainname.service)2
-rw-r--r--systemd/system/rhel-import-state.service (renamed from systemd/system/fedora-import-state.service)2
-rw-r--r--systemd/system/rhel-loadmodules.service (renamed from systemd/system/fedora-loadmodules.service)2
-rw-r--r--systemd/system/rhel-readonly.service (renamed from systemd/system/fedora-readonly.service)2
7 files changed, 6 insertions, 6 deletions
diff --git a/systemd/system/fedora-autorelabel-mark.service b/systemd/system/rhel-autorelabel-mark.service
index 33b5147b..33b5147b 100644
--- a/systemd/system/fedora-autorelabel-mark.service
+++ b/systemd/system/rhel-autorelabel-mark.service
diff --git a/systemd/system/fedora-autorelabel.service b/systemd/system/rhel-autorelabel.service
index c98a40ff..d277cf86 100644
--- a/systemd/system/fedora-autorelabel.service
+++ b/systemd/system/rhel-autorelabel.service
@@ -10,7 +10,7 @@ ConditionKernelCommandLine=|autorelabel
ConditionPathExists=|/.autorelabel
[Service]
-ExecStart=/lib/systemd/fedora-autorelabel
+ExecStart=/lib/systemd/rhel-autorelabel
Type=oneshot
TimeoutSec=0
RemainAfterExit=yes
diff --git a/systemd/system/fedora-configure.service b/systemd/system/rhel-configure.service
index 9564ae55..7ee34ceb 100644
--- a/systemd/system/fedora-configure.service
+++ b/systemd/system/rhel-configure.service
@@ -7,7 +7,7 @@ After=local-fs.target
ConditionPathExists=/.unconfigured
[Service]
-ExecStart=/lib/systemd/fedora-configure
+ExecStart=/lib/systemd/rhel-configure
ExecStopPost=/bin/rm -f /.unconfigured
Type=oneshot
TimeoutSec=0
diff --git a/systemd/system/fedora-domainname.service b/systemd/system/rhel-domainname.service
index e501a130..9aaaac9e 100644
--- a/systemd/system/fedora-domainname.service
+++ b/systemd/system/rhel-domainname.service
@@ -3,7 +3,7 @@ Description=Read and set NIS domainname from /etc/sysconfig/network
Before=ypbind.service yppasswdd.service ypserv.service ypxfrd.service
[Service]
-ExecStart=/lib/systemd/fedora-domainname
+ExecStart=/lib/systemd/rhel-domainname
Type=oneshot
RemainAfterExit=yes
diff --git a/systemd/system/fedora-import-state.service b/systemd/system/rhel-import-state.service
index 7425fbaf..347dd159 100644
--- a/systemd/system/fedora-import-state.service
+++ b/systemd/system/rhel-import-state.service
@@ -8,7 +8,7 @@ Before=shutdown.target emergency.service emergency.target systemd-tmpfiles-setup
After=systemd-remount-fs.service
[Service]
-ExecStart=/lib/systemd/fedora-import-state
+ExecStart=/lib/systemd/rhel-import-state
Type=oneshot
TimeoutSec=0
RemainAfterExit=yes
diff --git a/systemd/system/fedora-loadmodules.service b/systemd/system/rhel-loadmodules.service
index cd2b4910..a834e042 100644
--- a/systemd/system/fedora-loadmodules.service
+++ b/systemd/system/rhel-loadmodules.service
@@ -8,7 +8,7 @@ ConditionPathExists=|/etc/rc.modules
ConditionDirectoryNotEmpty=|/etc/sysconfig/modules/
[Service]
-ExecStart=/lib/systemd/fedora-loadmodules
+ExecStart=/lib/systemd/rhel-loadmodules
Type=oneshot
TimeoutSec=0
RemainAfterExit=yes
diff --git a/systemd/system/fedora-readonly.service b/systemd/system/rhel-readonly.service
index 680eace0..3ee1895d 100644
--- a/systemd/system/fedora-readonly.service
+++ b/systemd/system/rhel-readonly.service
@@ -6,7 +6,7 @@ Before=shutdown.target emergency.service emergency.target systemd-tmpfiles-setup
After=systemd-remount-fs.service
[Service]
-ExecStart=/lib/systemd/fedora-readonly
+ExecStart=/lib/systemd/rhel-readonly
Type=oneshot
TimeoutSec=0
RemainAfterExit=yes