summarylogtreecommitdiffstats
path: root/brightd.install
diff options
context:
space:
mode:
authorchristian2015-06-09 21:23:36 +0200
committerchristian2015-06-09 21:23:36 +0200
commitd290d2c4035ff78596ef52f5123e3b3cd6cdff51 (patch)
tree64e8e2dff3ba57d71fab0076844f7b4579d02be8 /brightd.install
downloadaur-d290d2c4035ff78596ef52f5123e3b3cd6cdff51.tar.gz
Initial import
Diffstat (limited to 'brightd.install')
-rw-r--r--brightd.install9
1 files changed, 9 insertions, 0 deletions
diff --git a/brightd.install b/brightd.install
new file mode 100644
index 000000000000..70c25fca5b93
--- /dev/null
+++ b/brightd.install
@@ -0,0 +1,9 @@
+post_install() {
+ cat <<EOF
+
+To change startup paramters, copy /usr/lib/systemd/system/brightd.service to
+/etc/systemd/system/ and modify ExecStart.
+
+See brightd(1) for available parameters.
+EOF
+}