Skip to content

Instantly share code, notes, and snippets.

@dnno
Created April 23, 2021 11:57
Embed
What would you like to do?
Systemd unit for automounting an external device
[Unit]
Description=Automount USB Backup
[Automount]
Where=/media/backup
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment