9 lines
135 B
SYSTEMD
9 lines
135 B
SYSTEMD
[Unit]
|
|
Description=Automount ${mount} on access
|
|
|
|
[Automount]
|
|
Where=${mountpoint}
|
|
TimeoutIdleSec=30
|
|
|
|
[Install]
|
|
WantedBy=local-fs.target
|