summaryrefslogtreecommitdiffhomepage
path: root/contrib/package/luci-addons/dist/etc/init.d/inittime
blob: 70ddb5ca9d59f807520e369195749d886927d4c4 (plain)
1
2
3
4
5
6
#!/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')))"
}