Container for running the Flic daemon using Podman Quadlet.
To run the container
- Copy
flicd.container
andflicd.volume
to$HOME/.config/containers/systemd/
and modify as needed. - Call
systemctl --user daemon-reload
to inform systemd of these new files - Start the container using
systemctl --user start flicd.service
- Enable auto-start via
systemctl --user enable flicd.service