14 lines
268 B
Desktop File
14 lines
268 B
Desktop File
[Unit]
|
|
Description=Restore saved Framework fan settings after sleep
|
|
Before=sleep.target
|
|
StopWhenUnneeded=yes
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
RemainAfterExit=yes
|
|
ExecStart=/usr/bin/true
|
|
ExecStop=/usr/libexec/framework-laptop-tools-fan --resume
|
|
|
|
[Install]
|
|
WantedBy=sleep.target
|