Advertisement
Guest User

Untitled

a guest
May 15th, 2020
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. Description=Droid mount for /system
  2. Before=local-fs.target systemd-modules-load.service
  3.  
  4. [Mount]
  5. What=/system_root/system
  6. Where=/system
  7. Type=bind
  8. Options=none
  9.  
  10. # Default is 90 which makes mount period too long in case of
  11. # errors so drop it down a notch.
  12. TimeoutSec=10
  13.  
  14. [Install]
  15. WantedBy=local-fs.target
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement