ci: fix pre-commit

This commit is contained in:
Revant Nandgaonkar 2025-02-04 18:47:20 +05:30
parent f24b1d1ab6
commit ec9d894804

View file

@ -108,6 +108,7 @@ Podman (the POD MANager) is a tool for managing containers and images, volumes m
WantedBy=default.target
```
**Note:** Replace POD_NAME with a created pod name while creating a pod. This is a basic systemd unit file to autostart pod, but multiple options can be used, refer to the man page for [systemd](https://man7.org/linux/man-pages/man1/init.1.html). For better management of containers, [Quadlet](https://docs.podman.io/en/v4.4/markdown/podman-systemd.unit.5.html) is the best option for ease of updating and tracing issues on each container.
## Troubleshoot