Skip to content

Instantly share code, notes, and snippets.

@unixfox
Created March 24, 2023 13:38
Show Gist options
  • Save unixfox/59579db31a42e257230c430331d8336a to your computer and use it in GitHub Desktop.
Save unixfox/59579db31a42e257230c430331d8336a to your computer and use it in GitHub Desktop.
systemd mount example
[Unit]
Description=Docker mount
[Mount]
What=/dev/sda1
Where=/mnt/sda
Type=ext4
Options=defaults
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment