This unit is provided by:
Options
- 
    [Install]- 
        WantedBy=sleep.target
 
- 
        
- 
    [Service]- 
        ExecStart=/usr/bin/pkill -x -winch thinkfan /usr/bin/sleep 1
- 
        ExecStart=/usr/bin/pkill -x -winch thinkfan sleep 1
- 
        ProtectHomeIntroduced in systemd 214=yes
- 
        ProtectHostnameIntroduced in systemd 242=yes
- 
        ProtectKernelLogsIntroduced in systemd 244=yes
- 
        ProtectKernelModulesIntroduced in systemd 232=yes
- 
        ProtectSystemIntroduced in systemd 214=full
- 
        RestrictRealtimeIntroduced in systemd 231=yes
- 
        Type=oneshot
 
- 
        
- 
    [Unit]- 
        Before=sleep.target
- 
        Description=Notify thinkfan of imminent sleep
 
- 
        
Additionnal notes
Nothing here.