summarylogtreecommitdiffstats
path: root/brightd.install
blob: 70c25fca5b932e93f3c7d503c5362046ba68f11a (plain)
1
2
3
4
5
6
7
8
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
}