[Unit]
Description=Restore / save the current clock
-Before=systemd-fsck-root.service
+Documentation=man:fake-hwclock(8)
+DefaultDependencies=no
+Before=sysinit.target
[Service]
-EnvironementFile=-/etc/default/fake-hwclock
-ExecStart=fake-hwclock load $FORCE
-ExecStop=fake-hwclock save
+EnvironmentFile=-/etc/default/fake-hwclock
+ExecStart=/sbin/fake-hwclock load $FORCE
+ExecStop=/sbin/fake-hwclock save
+Type=oneshot
+RemainAfterExit=yes
[Install]
-WantedBy=multi-user.target
+WantedBy=sysinit.target
\fB/etc/init.d/fake-hwclock\fR
The init script used to run fake-hwclock on startup and shutdown
.TP
+\fB/lib/systemd/system/fake-hwclock.service\fR
+systemd service used to run fake-hwclokc on startup and shutdown
+.TP
\fB/etc/default/fake-hwclock\fR
Settings file for the init script.
.TP