Skip to content

Commit 85a803d

Browse files
authored
Update service (#900)
1 parent 5def3e5 commit 85a803d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/sysroot/usr/lib/systemd/system/rclone.service

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Description=rclone
33

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

0 commit comments

Comments
 (0)