This unit is provided by:
Options
- 
    [Service]- 
        ExecStart=/lib/systemd/systemd-backlight load %i
- 
        ExecStart=/usr/lib/systemd/systemd-backlight load %i
- 
        ExecStop=/lib/systemd/systemd-backlight save %i
- 
        ExecStop=/usr/lib/systemd/systemd-backlight save %i
- 
        RemainAfterExit=yes
- 
        StateDirectory=systemd/backlight
- 
        TimeoutSec=90s
- 
        Type=oneshot
 
- 
        
- 
    [Unit]- 
        Before=sysinit.target shutdown.target
- 
        Conflicts=shutdown.target
- 
        DefaultDependencies=no
- 
        Description=Load/Save Screen Backlight Brightness of %i
- 
        Documentation=man:systemd-backlight@.service(8)
 
- 
        
Additionnal notes
Nothing here.