13 lines
281 B
Desktop File
13 lines
281 B
Desktop File
# vim /etc/systemd/system/rclone-sync-from-onedrive.service
|
|
|
|
# systemctl restart rclone-sync-from-onedrive.service
|
|
|
|
[Unit]
|
|
Description=Daemon Rclone To OneDrive
|
|
|
|
[Service]
|
|
ExecStart=/root/app-install/rclone-sync-from-onedrive.sh
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |