1 # copy to /etc/systemd/system/ (at least on Arch Linux)
4 Description=Load/Save Screen Backlight Brightness of backlight:mba6x_backlight
6 RequiresMountsFor=/var/lib/systemd/backlight
7 Conflicts=shutdown.target
8 After=systemd-remount-fs.service
9 Before=sysinit.target shutdown.target
14 ExecStart=/usr/lib/systemd/systemd-backlight load backlight:mba6x_backlight
15 ExecStop=/usr/lib/systemd/systemd-backlight save backlight:mba6x_backlight
18 WantedBy=multi-user.target