License added
[zenbook-als.git] / als.conf
1 description "Ambient light sensor"
2
3 start on runlevel [2345]
4
5 stop on runlevel [016]
6
7 post-start script
8   /usr/local/bin/als-controller &
9 end script
10
11 post-stop script
12   pkill als-controller
13 end script