11 lines
No EOL
202 B
SYSTEMD
11 lines
No EOL
202 B
SYSTEMD
[Unit]
|
|
Description=mount
|
|
|
|
[Mount]
|
|
Type=rclone
|
|
What=files:
|
|
Where=/mnt/files
|
|
Options=ro,_netdev,allow_other,args2env,config=/root/.config/rclone/rclone.conf,read-only
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |