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