diff options
Diffstat (limited to 'systemd/system/fedora-readonly.service')
-rw-r--r-- | systemd/system/fedora-readonly.service | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/systemd/system/fedora-readonly.service b/systemd/system/fedora-readonly.service index eca197f0..2a7db25f 100644 --- a/systemd/system/fedora-readonly.service +++ b/systemd/system/fedora-readonly.service @@ -2,12 +2,11 @@ Description=Configure read-only root support DefaultDependencies=no Conflicts=shutdown.target -Before=shutdown.target emergency.service emergency.target systemd-tmpfiles-setup.service +Before=shutdown.target emergency.service emergency.target systemd-tmpfiles-setup.service local-fs.target After=remount-rootfs.service [Service] ExecStart=/lib/systemd/fedora-readonly Type=oneshot TimeoutSec=0 -StandardInput=tty RemainAfterExit=yes |