PKGBUILDs/alarm/fake-hwclock/fake-hwclock.service

14 lines
272 B
SYSTEMD
Raw Normal View History

2013-12-21 10:56:45 +00:00
[Unit]
Description=Sets time to what it was at last shutdown.
After=sysinit.target
[Service]
Type=oneshot
ExecStart=/usr/lib/systemd/scripts/savesettime.sh set
RemainAfterExit=true
ExecStop=/usr/lib/systemd/scripts/savesettime.sh save
[Install]
WantedBy=sysinit.target