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]
|
[Unit]
|
||||||
Description=Backup PostgreSQL databases daily
|
Description=Backup PostgreSQL databases daily
|
||||||
|
Requires=postgresql.service
|
||||||
|
After=postgresql.service
|
||||||
|
|
||||||
[Timer]
|
[Timer]
|
||||||
OnCalendar=daily
|
OnCalendar=daily
|
||||||
AccuracySec=1h
|
AccuracySec=1h
|
||||||
Persistent=true
|
Persistent=true
|
||||||
RandomizedDelaySec=100min
|
RandomizedDelaySec=4h
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=timers.target
|
WantedBy=timers.target
|
||||||
|
|
Loading…
Reference in a new issue