PKGBUILDs/alarm/fake-hwclock/fake-hwclock.service
2013-12-21 03:56:45 -07:00

14 lines
272 B
Desktop File

[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