To have smokeping start at boot time, you have to adapt
/etc/smokeping/config and insert the following into /etc/rc.local.

if [ -x /usr/local/bin/smokeping ]; then
	install -d -o _smokeping /var/run/smokeping
	echo -n ' smokeping';	/usr/local/bin/smokeping
fi
