summarylogtreecommitdiffstats
path: root/pommed-light.install
diff options
context:
space:
mode:
Diffstat (limited to 'pommed-light.install')
-rw-r--r--pommed-light.install14
1 files changed, 14 insertions, 0 deletions
diff --git a/pommed-light.install b/pommed-light.install
new file mode 100644
index 000000000000..a91d99c939a1
--- /dev/null
+++ b/pommed-light.install
@@ -0,0 +1,14 @@
+post_install() {
+cat << EOM
+
+==> There are two configuration files samples: /etc/pommed.conf.{pmac,mactel},
+==> use them as base for your /etc/pommmed.conf
+
+==> To start pommed at boot, run 'systemctl enable pommed'. To start it right
+==> now, run 'systemctl start pommed'.
+
+EOM
+}
+
+
+# vim:set ts=2 sw=2 et: