Fan curves reset on boot and on service restart, however /etc/asusd/fan_curves.ron is unchanged
Similar to #320, however `/etc/asusd/fan_curves.ron` is not reset when the service restarts. However, the fan curves that are actually in use seemed to be reset to default, until I manually configure them again through
```
/usr/bin/asusctl fan-curve -m Quiet -f gpu -D 30c:0%,40c:0%,50c:0%,60c:0%,70c:0%,80c:0%,90c:0%,100c:0%
/usr/bin/asusctl fan-curve -m Balanced -f gpu -D 30c:0%,40c:0%,50c:0%,60c:0%,70c:0%,80c:0%,90c:0%,100c:0%
/usr/bin/asusctl fan-curve -m Performance -f gpu -D 30c:0%,40c:0%,50c:0%,60c:0%,70c:0%,80c:0%,90c:0%,100c:0%
/usr/bin/asusctl fan-curve -m Quiet -f gpu -E true
/usr/bin/asusctl fan-curve -m Balanced -f gpu -E true
/usr/bin/asusctl fan-curve -m Performance -f gpu -E true
```
Using asusctl https://gitlab.com/asus-linux/asusctl/-/commit/5cdfa5a8d43b18f388ad4507dd78c0ce267802cf on Arch Linux.
issue