diff options
Diffstat (limited to 'systemd/system/rhel-readonly.service')
-rw-r--r-- | systemd/system/rhel-readonly.service | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/systemd/system/rhel-readonly.service b/systemd/system/rhel-readonly.service new file mode 100644 index 00000000..3ee1895d --- /dev/null +++ b/systemd/system/rhel-readonly.service @@ -0,0 +1,12 @@ +[Unit] +Description=Configure read-only root support +DefaultDependencies=no +Conflicts=shutdown.target +Before=shutdown.target emergency.service emergency.target systemd-tmpfiles-setup.service local-fs.target systemd-random-seed-load.service +After=systemd-remount-fs.service + +[Service] +ExecStart=/lib/systemd/rhel-readonly +Type=oneshot +TimeoutSec=0 +RemainAfterExit=yes |