=============
== sub-pop ==
=============

Freebsd Wake on Lan

I could not find clear documentation anywhere on the Internet on how exactly to enable wake-on-lan capabilities on a system76 meer1 running FreeBSD, so here goes:

sysctl dev.em.0.wake=1

To make this change permanent across reboots:

echo 'dev.em.0.wake=1' >> /etc/sysctl.conf