13 lines
241 B
Desktop File
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
|