Automate KeepassXC database backup

This commit is contained in:
2022-05-11 13:45:34 +02:00
parent 5957aa3ed4
commit 1c6f0776e1
3 changed files with 32 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
[Unit]
Description=Save KeypassXC password database to cloud
Wants=network-online.target
After=network-online.target
[Service]
Type=oneshot
ExecStart=/home/h/.bin/save-passwddb
[Install]
WantedBy=multi-user.target