mirror of
https://github.com/foo-dogsquared/dotfiles.git
synced 2025-01-31 04:57:57 +00:00
11 lines
201 B
SYSTEMD
11 lines
201 B
SYSTEMD
[Unit]
|
|
Description=Periodic Unison backup sync
|
|
Documentation=https://www.cis.upenn.edu/~bcpierce/unison/docs.html
|
|
|
|
[Timer]
|
|
OnCalendar=*-*-* 0/4:00:00
|
|
Persistent=true
|
|
|
|
[Install]
|
|
WantedBy=default.target
|