File: brightd-xsession

package info (click to toggle)
brightd 0.4.1-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 212 kB
  • sloc: ansic: 1,827; makefile: 91
file content (10 lines) | stat: -rw-r--r-- 178 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
BRIGHTD=/usr/bin/brightd
CONFIG=/etc/default/brightd

if [ -e $CONFIG ]; then
  . $CONFIG
fi

if [ -x $BRIGHTD -a "$START_BRIGHTD" = "true" ]; then
  $BRIGHTD -d $DAEMON_OPTS
fi