mirror of
https://codeberg.org/hyperreal/dotfiles
synced 2024-11-01 16:53:07 +01:00
11 lines
153 B
SYSTEMD
11 lines
153 B
SYSTEMD
[Unit]
|
|
Description=Daily sync_to_remotes.py
|
|
DefaultDependencies=yes
|
|
|
|
[Timer]
|
|
OnCalendar=*-*-* 00:00:00
|
|
Persistent=true
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|