my_konfig
This commit is contained in:
11
config/systemd/user/rclone-sync.service
Normal file
11
config/systemd/user/rclone-sync.service
Normal file
@@ -0,0 +1,11 @@
|
||||
[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
|
||||
Reference in New Issue
Block a user