[systemd] Fix playlog sync call
This commit is contained in:
@ -3,4 +3,4 @@ Description=Sync RetroArch playlogs to WebDAV
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=rclone copy %h/var/retroarch/playlogs/ retroarch-dav:/playlogs/ --retries 3 --verbose
|
||||
ExecStart=rclone copy %h/var/retroarch/playlogs/ retroarch-dav:/ --max-depth 1 --retries 3 --verbose --max-age 5m
|
||||
|
||||
Reference in New Issue
Block a user