#!/bin/sh /etc/rc.common START=30 start() { lua -e "os.execute('date -s '..os.date('%m%d%H%M%Y', require('posix').stat('$0', 'mtime')))" }