This unit is provided by:
Options
- 
    [Service]- 
        ExecStart=/lib/systemd/systemd-remount-fs
- 
        ExecStart=/usr/lib/systemd/systemd-remount-fs
- 
        RemainAfterExit=yes
- 
        Type=oneshot
 
- 
        
- 
    [Unit]- 
        After=systemd-fsck-root.service
- 
        Before=local-fs-pre.target local-fs.target shutdown.target
- 
        ConditionVirtualization=!container
- 
        Conflicts=shutdown.target
- 
        DefaultDependencies=no
- 
        Description=Remount Root and Kernel File Systems
- 
        Documentation=man:systemd-remount-fs.service(8) https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
- 
        Wants=local-fs-pre.target
 
- 
        
Additionnal notes
Nothing here.