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