8 lines
202 B
SYSTEMD
8 lines
202 B
SYSTEMD
[Unit]
|
|
Description=rclone sync sharepoint to nextcloud
|
|
|
|
[Service]
|
|
ExecStart=rclone sync --transfers 45 --checkers 65 -Pu sharepoint: nextcloud:TFC\ Documents/documents
|
|
|
|
[Install]
|
|
WantedBy=default.target |