Skip to content

Instantly share code, notes, and snippets.

@jkarres
Created November 30, 2016 00:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jkarres/e970d5a997e4cea22d2df285a4ebb2b1 to your computer and use it in GitHub Desktop.
Save jkarres/e970d5a997e4cea22d2df285a4ebb2b1 to your computer and use it in GitHub Desktop.
[Unit]
Description=Create bind mount of / at /mnt/root
[Service]
Type=oneshot
ExecStart=/usr/bin/mount -B / /mnt/root
[Install]
WantedBy=-.mount
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment