scripts/mnt-files.mount

11 lines
202 B
SYSTEMD
Raw Permalink Normal View History

2023-11-01 14:10:46 +00:00
[Unit]
Description=mount
[Mount]
Type=rclone
What=files:
Where=/mnt/files
2023-11-05 16:47:06 +00:00
Options=ro,_netdev,allow_other,args2env,config=/root/.config/rclone/rclone.conf,read-only
[Install]
WantedBy=multi-user.target