scripts/var-www-html.mount

11 lines
336 B
SYSTEMD

[Unit]
Description=mount
[Mount]
Type=rclone
What=files:html
Where=/var/www/html
Options=ro,_netdev,allow_other,args2env,config=/root/.config/rclone/rclone.conf,read-only,vfs-cache-mode=full,vfs-cache-max-age=6h,vfs-cache-poll-interval=10m,cache-dir=/opt/cache/var-www-html,no-modtime,transfers=16
[Install]
WantedBy=multi-user.target