To not freeze wifibox after resuming from suspending while having mounted an nfs share I modified the suspend section in my /usr/local/etc/devd/wifibox.conf as follows:
Code:
notify 11 {match "system" "ACPI";match "subsystem" "Suspend";action "logger 'Stopping wifibox before suspend' && umount -At nfs && /usr/local/sbin/wifibox stop guest && /etc/rc.suspend acpi $notify";};
Statistics: Posted by q-pa — Thu Nov 21, 2024 11:46 am