DIR: /snap/core24/current/usr/lib/systemd/system/ |
Current File : //snap/core24/current/usr/lib/systemd/system/remount-data.service |
[Unit] Description=Remounting /run/mnt/data read-only DefaultDependencies=no ConditionPathIsMountPoint=/run/mnt/data After=umount.target Before=shutdown.target [Service] Type=oneshot ExecStart=/bin/mount -o remount,ro /run/mnt/data |