feat(id.tjo.space): stop authentik when doing backup
This commit is contained in:
parent
749920125c
commit
c6d865a04a
1 changed files with 3 additions and 1 deletions
|
@ -1,11 +1,13 @@
|
|||
[Unit]
|
||||
Description=Backup PostgreSQL databases daily
|
||||
Requires=postgresql.service
|
||||
After=postgresql.service
|
||||
|
||||
[Timer]
|
||||
OnCalendar=daily
|
||||
AccuracySec=1h
|
||||
Persistent=true
|
||||
RandomizedDelaySec=100min
|
||||
RandomizedDelaySec=4h
|
||||
|
||||
[Install]
|
||||
WantedBy=timers.target
|
||||
|
|
Loading…
Reference in a new issue