blob: 1632a5f649fd2542898101355b421c0f7d082273 [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001#!/bin/sh
2### BEGIN INIT INFO
3# Provides: save-rtc
4# Required-Start:
5# Required-Stop: $local_fs hwclock
6# Default-Start: S
7# Default-Stop: 0 6
8# Short-Description: Store system clock into file
9# Description:
10### END INIT INFO
11
12# Update the timestamp
Patrick Williamsd8c66bc2016-06-20 12:57:21 -050013date -u +%4Y%2m%2d%2H%2M%2S 2>/dev/null > /etc/timestamp