Skip to content

Commit

Permalink
Start sequence (IceWhaleTech#904)
Browse files Browse the repository at this point in the history
Signed-off-by: link <[email protected]>
  • Loading branch information
LinkLeong authored Feb 17, 2023
1 parent a7126ca commit 3190421
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build/sysroot/usr/lib/systemd/system/rclone.service
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
Description=rclone

[Service]
ExecStartPre=/usr/bin/mkdir -p /var/run/rclone && /usr/bin/rm -f /var/run/rclone/rclone.sock
ExecStartPre=/usr/bin/mkdir -p /var/run/rclone
ExecStartPre=/usr/bin/rm -f /var/run/rclone/rclone.sock
ExecStart=/usr/bin/rclone rcd --rc-addr unix:///var/run/rclone/rclone.sock --rc-no-auth --rc-allow-origin "*"
Restart=always
RestartSec=10
Expand Down

0 comments on commit 3190421

Please sign in to comment.