Created
March 24, 2023 13:38
-
-
Save unixfox/59579db31a42e257230c430331d8336a to your computer and use it in GitHub Desktop.
systemd mount example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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