summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--[-rwxr-xr-x]clight.install7
1 files changed, 4 insertions, 3 deletions
diff --git a/clight.install b/clight.install
index 089377c6abc4..4a4161dbda62 100755..100644
--- a/clight.install
+++ b/clight.install
@@ -1,7 +1,8 @@
post_install() {
echo '--> By default, first matching webcam and backlight interface are used.'
- echo '--> Therefore, it should work out of the box even without any setup in most cases.'
- echo '--> Clight installs a xdg autostart script. This way, clight will be started together with your DE.'
- echo '--> For any customization, take a look at settings file placed in /etc/default/clight.conf.'
+ echo '--> Therefore, it should work out of the box even without any setup in most cases.'
+ echo '--> For any customization, take a look at settings file placed in /etc/default/clight.conf.'
+ echo '--> Remember to enable clight: systemctl --user enable clight.timer.'
+ echo '--> Timer is needed to add a small delay to let all needed bus interfaces boot up.'
}