You've already forked CasaOS
mirror of
https://github.com/IceWhaleTech/CasaOS.git
synced 2025-07-03 23:30:39 +02:00
11 lines
225 B
SYSTEMD
11 lines
225 B
SYSTEMD
![]() |
[Unit]
|
||
|
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
|
||
|
Restart=always
|
||
|
RestartSec=10
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|