13 lines
222 B
Desktop File
13 lines
222 B
Desktop File
|
|
[Unit]
|
||
|
|
Description=Set Fan to Default Duty as Rebooting
|
||
|
|
DefaultDependencies=no
|
||
|
|
After=shutdown.target
|
||
|
|
|
||
|
|
[Service]
|
||
|
|
Type=oneshot
|
||
|
|
RemainAfterExit=true
|
||
|
|
ExecStart=/usr/bin/fan-default-speed.sh
|
||
|
|
|
||
|
|
[Install]
|
||
|
|
WantedBy=shutdown.target
|