12 lines
268 B
SYSTEMD
12 lines
268 B
SYSTEMD
[Unit]
|
|
Description=Run Home assistant cold backup Service every day
|
|
|
|
[Timer]
|
|
OnBootSec=1min
|
|
OnUnitActiveSec=1day
|
|
Persistent=true
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|
|
|