summarylogtreecommitdiffstats
path: root/auto-brightness.service
blob: 76285ca3e6fc1280fef1de54f3804f4e3723149d (plain)
1
2
3
4
5
6
7
8
9
10
[Unit]
Description=Automatically adjust screen-brightness

[Service]
Type=simple
ExecStartPre=/usr/lib/auto-brightness/wait-for-als-sensor.sh
ExecStart=/usr/bin/auto-brightness

[Install]
WantedBy=multi-user.target