syncing between computers..
[systembsd.git] / hacks / unpunch_config.sh
CommitLineData
2efa5c70 1#!/bin/sh
2
3# unsticks our config for hostnamed (which needs to use the system bus)
4# and restarts dbus
5
6rm /etc/dbus-1/system.d/hostnamed-dbus.conf
7/etc/rc.d/dbus_daemon reload >> /dev/null