start() { echo "* Starting set of rtc..." echo ds1307 0x68 > /sys/class/i2c-adapter/i2c-1/new_device hwclock -s } stop() { echo "* Done..." }