21 lines
441 B
Desktop File
21 lines
441 B
Desktop File
[Unit]
|
|
Description=Framework Laptop Tools fan override
|
|
After=systemd-modules-load.service
|
|
Conflicts=sleep.target
|
|
Before=sleep.target
|
|
|
|
[Service]
|
|
Type=notify
|
|
ExecStart=/usr/libexec/framework-laptop-tools-fan
|
|
ExecStopPost=/usr/libexec/framework-laptop-tools-fan --restore
|
|
WatchdogSec=10
|
|
TimeoutStopSec=5
|
|
NoNewPrivileges=yes
|
|
ProtectHome=yes
|
|
PrivateTmp=yes
|
|
ProtectSystem=full
|
|
RestrictAddressFamilies=AF_UNIX
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|