aboutsummaryrefslogtreecommitdiffstats
path: root/usr/lib/systemd/system/readonly-root.service
diff options
context:
space:
mode:
authorDavid Kaspar [Dee'Kej] <dkaspar@redhat.com>2018-06-12 16:56:10 +0200
committerDee'Kej <deekej@linuxmail.org>2018-06-14 16:11:54 +0200
commitead5bff2561eae45007c8d9e949379c3454c0183 (patch)
tree9a06467233a11dc341fb16744c43a0380ddaa249 /usr/lib/systemd/system/readonly-root.service
parent17804e1638381978174cfd31ff59e466bcc13cf5 (diff)
downloadinitscripts-ead5bff2561eae45007c8d9e949379c3454c0183.tar
initscripts-ead5bff2561eae45007c8d9e949379c3454c0183.tar.gz
initscripts-ead5bff2561eae45007c8d9e949379c3454c0183.tar.bz2
initscripts-ead5bff2561eae45007c8d9e949379c3454c0183.tar.xz
initscripts-ead5bff2561eae45007c8d9e949379c3454c0183.zip
specfile: services from /usr/lib/systemd moved to /usr/libexec
Diffstat (limited to 'usr/lib/systemd/system/readonly-root.service')
-rw-r--r--usr/lib/systemd/system/readonly-root.service2
1 files changed, 1 insertions, 1 deletions
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