blob: 681bdbe00052956f622c9194c1244cc56477854a [file] [log] [blame]
George Hungb67a01a2020-06-30 10:47:30 +08001[Unit]
2Description=Set Fan to Default Duty as Rebooting
3DefaultDependencies=no
4After=shutdown.target
5
6[Service]
7Type=oneshot
8RemainAfterExit=true
9ExecStart=/usr/bin/fan-default-speed.sh
10
11[Install]
12WantedBy=shutdown.target