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
6
.config/systemd/user/podman-healthcheck@.service
Normal file
6
.config/systemd/user/podman-healthcheck@.service
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
[Unit]
|
||||
Description=Podman health check for %i
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=podman --transient-store healthcheck run %i
|
||||
Loading…
Add table
Add a link
Reference in a new issue