11 lines
164 B
SYSTEMD
11 lines
164 B
SYSTEMD
|
[Unit]
|
||
|
Description=Save Keepass password database to cloud daily
|
||
|
|
||
|
[Timer]
|
||
|
OnCalendar=daily
|
||
|
RandomizedDelaySec=12h
|
||
|
Persistent=true
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=timers.target
|