Skip to content

Commit

Permalink
Update service (IceWhaleTech#900)
Browse files Browse the repository at this point in the history
  • Loading branch information
LinkLeong authored Feb 16, 2023
1 parent 5def3e5 commit 85a803d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/sysroot/usr/lib/systemd/system/rclone.service
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Description=rclone

[Service]
ExecStartPre=/usr/bin/rm -f /tmp/rclone.sock
ExecStart=/usr/bin/rclone rcd --rc-addr unix:///tmp/rclone.sock --rc-no-auth
ExecStart=/usr/bin/rclone rcd --rc-addr unix:///tmp/rclone.sock --rc-no-auth --rc-allow-origin "*"
Restart=always
RestartSec=10

Expand Down

0 comments on commit 85a803d

Please sign in to comment.