Files
rclone-dropbox-bisync/linux/systemd/rclone-bisync.service
T
f-denkena 9b5356d0ab Add Windows one-click zip and Debian timer/tray packaging
Bundles forked rclone + rclone-bisyncd. Does not vendor dist binaries.
2026-09-10 00:24:07 +02:00

13 lines
241 B
Desktop File

[Unit]
Description=rclone Dropbox bisync (fail-closed)
After=network-online.target
Wants=network-online.target
[Service]
Type=oneshot
ExecStart=/opt/rclone-dropbox-bisync/bin/rclone-bisyncd --once
Nice=10
[Install]
WantedBy=default.target