I have the following mount and automount units enabled for my external USB drive.
Mount Unit:
[Unit]
Description=Time Machine Drive Mount Service
[Mount]
What=/dev/disk/by-uuid/some-uuid
Where=/media/timemachine
Type=hfsplus
[Install]
WantedBy=multi-user.target
Automount Unit:
[Unit]
Description=Time Machine Drive Automount Service
[Automount]
Where=/media/timemachine
[Install]
WantedBy=multi-user.target
How do I tell systemd to bind the mount point to another directory every time I plug in the drive?