mirror of
https://github.com/Blockstream/satellite-api.git
synced 2025-02-22 21:45:19 +01:00
fix cert-renwer.timer
This commit is contained in:
parent
2db256b5d1
commit
27c7df9e4c
1 changed files with 2 additions and 1 deletions
|
@ -281,7 +281,8 @@ write_files:
|
||||||
Description=Run full cert-renewer every 24 hours
|
Description=Run full cert-renewer every 24 hours
|
||||||
|
|
||||||
[Timer]
|
[Timer]
|
||||||
OnUnitActiveSec=1d
|
OnBootSec=5m
|
||||||
|
OnUnitActiveSec=24h
|
||||||
Persistent=true
|
Persistent=true
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
|
|
Loading…
Add table
Reference in a new issue