Create periodic healthcheck units for the transient store
This commit is contained in:
parent
c852857583
commit
c18017eef4
3 changed files with 19 additions and 0 deletions
11
.config/systemd/user/podman-healthcheck@.timer
Normal file
11
.config/systemd/user/podman-healthcheck@.timer
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
[Unit]
|
||||
Description=Podman health check timer for %i
|
||||
BindsTo=%i.service
|
||||
After=%i.service
|
||||
|
||||
[Timer]
|
||||
OnActiveSec=30s
|
||||
OnUnitActiveSec=30s
|
||||
|
||||
[Install]
|
||||
WantedBy=%i.service
|
||||
Loading…
Add table
Add a link
Reference in a new issue