This unit is provided by:
Options
- 
    [Install]- 
        WantedBy=multi-user.target
 
- 
        
- 
    [Service]- 
        ExecReload=/usr/bin/tlp start
- 
        ExecReload=/usr/sbin/tlp start
- 
        ExecStart=/usr/bin/tlp init start
- 
        ExecStart=/usr/sbin/tlp init start
- 
        ExecStop=/usr/bin/tlp init stop
- 
        ExecStop=/usr/sbin/tlp init stop
- 
        RemainAfterExit=yes
- 
        Type=oneshot
 
- 
        
- 
    [Unit]- 
        After=multi-user.target NetworkManager.service
- 
        Before=shutdown.target
- 
        Description=TLP system startup/shutdown
- 
        Documentation=https://linrunner.de/tlp
 
- 
        
Additionnal notes
Nothing here.