Skip to content

TheGroundZero/flicd-container

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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