dotfiles/.config/systemd/user/sync-backup.service

10 lines
184 B
Desktop File

[Unit]
Description=Sync local backup to the cloud
Wants=sync-backup.timer
[Service]
WorkingDirectory=%h
ExecStart=%h/.local/bin/sync-backup service
[Install]
WantedBy=default.target