You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The additional -n & -l options would prevent both system cache flush-to-disk and logging of the shutdown event, which might decrease shutdown time by… what? 1 millisecond? ;) Just sayin'.
The additional
-n
&-l
options would prevent both system cache flush-to-disk and logging of the shutdown event, which might decrease shutdown time by… what? 1 millisecond? ;) Just sayin'.Users can probably edit this themselves in this line of the script:
https://github.com/hephaest0s/usbkill/blob/master/usbkill/usbkill.py#L156
Though I have no idea about the overall effects of
halt -qnl
on the system, as opposed to justhalt -q
. Anyone know?The text was updated successfully, but these errors were encountered: