Files
my_sway_konfig/config/systemd/user/rclone-sync.service
2025-12-17 18:10:08 +01:00

12 lines
424 B
Desktop File

[Unit]
Description=Rclone sync service for Nextcloud
After=network-online.target
Wants=network-online.target
[Service]
Type=oneshot
ExecStart=/usr/bin/rclone sync /home/jonnybravo/Nextcloud nextcloud: --include "ssh_keys/**" --include "Doku/**" --include "Hack/**" --include "Joplin/**" --include "frei/**" --log-file /home/jonnybravo/.local/share/rclone/rclone-sync.log --log-level INFO
[Install]
WantedBy=default.target