summarylogtreecommitdiffstats
path: root/flicd.install
diff options
context:
space:
mode:
Diffstat (limited to 'flicd.install')
-rw-r--r--flicd.install6
1 files changed, 6 insertions, 0 deletions
diff --git a/flicd.install b/flicd.install
new file mode 100644
index 000000000000..640d446f1232
--- /dev/null
+++ b/flicd.install
@@ -0,0 +1,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"
+}