Closed issue by bcookatpcsd on void-packages repository https://github.com/void-linux/void-packages/issues/29508 Description: there seems to be no snmpd/run script.. I made this.. `#!/bin/sh [ ! -e /etc/snmp/snmpd.conf ] && exit 1 exec /usr/sbin/snmpd -f -p /run/snmpd.pid -LSwd -Lf /dev/null ` My 0.02 *disclaimer* I've used this snmpd string for myself, check the args for yourself please..