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

14 lines
275 B
SYSTEMD
Raw Normal View History

2013-12-21 10:56:45 +00:00
[Unit]
2013-12-22 04:25:27 +00:00
Description=Saves time on shutdown and sets it at boot.
2013-12-21 10:56:45 +00:00
After=sysinit.target
[Service]
Type=oneshot
2013-12-22 04:28:40 +00:00
ExecStart=/usr/lib/systemd/scripts/fake-hwclock.sh set
ExecStop=/usr/lib/systemd/scripts/fake-hwclock.sh save
2013-12-22 04:27:46 +00:00
RemainAfterExit=true
2013-12-21 10:56:45 +00:00
[Install]
WantedBy=sysinit.target