Skip to content

Instantly share code, notes, and snippets.

@coline-carle
Last active October 11, 2017 14:11
Show Gist options
  • Save coline-carle/005be2ec1d6ab0db95277778479fb397 to your computer and use it in GitHub Desktop.
Save coline-carle/005be2ec1d6ab0db95277778479fb397 to your computer and use it in GitHub Desktop.
[Unit]
Description=Mount my NBD Volume at Boot after the network is up but before nginx
Before=nginx.service
After=network-online.target
[Mount]
What=UUID="123b123f-b123-12cd-1234-1ee12cba12ce"
Where=/data
Type=ext4
Options=defaults,noatime
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment