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.service2
-rw-r--r--usr/lib/systemd/system/loadmodules.service2
-rw-r--r--usr/lib/systemd/system/readonly-root.service2
3 files changed, 3 insertions, 3 deletions
diff --git a/usr/lib/systemd/system/import-state.service b/usr/lib/systemd/system/import-state.service
index 2aab4301..64237a09 100644
--- a/usr/lib/systemd/system/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/import-state
+ExecStart=/usr/libexec/import-state
Type=oneshot
TimeoutSec=0
RemainAfterExit=yes
diff --git a/usr/lib/systemd/system/loadmodules.service b/usr/lib/systemd/system/loadmodules.service
index cba281a5..85e807f7 100644
--- a/usr/lib/systemd/system/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/loadmodules
+ExecStart=/usr/libexec/loadmodules
Type=oneshot
TimeoutSec=0
RemainAfterExit=yes
diff --git a/usr/lib/systemd/system/readonly-root.service b/usr/lib/systemd/system/readonly-root.service
index 83af6acd..26d4a118 100644
--- a/usr/lib/systemd/system/readonly-root.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/readonly-root
+ExecStart=/usr/libexec/readonly-root
Type=oneshot
TimeoutSec=0
RemainAfterExit=yes