summarylogtreecommitdiffstats
path: root/flicd.install
blob: 640d446f1232a47febe64ad16faf31ed4ec87684 (plain)
1
2
3
4
5
6
post_install() {
    echo "To get started start the flicd.service"
    echo "NOTE: The flicd service listens on all interfaces by default (port 5551)"
    echo
    echo "To test: \$ flic-simpleclient localhost"
}