Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 642 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 642 Bytes

Flic daemon container

Container for running the Flic daemon using Podman Quadlet.

To run the container

  • Copy flicd.container and flicd.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