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

13 lines
283 B
SYSTEMD
Raw Normal View History

2013-12-21 10:56:45 +00:00
[Unit]
Description=Restore system time on boot and save it on shutdown
2013-12-21 10:56:45 +00:00
After=sysinit.target
[Service]
Type=oneshot
ExecStart=/usr/lib/systemd/scripts/fake-hwclock.sh load
2013-12-22 04:28:40 +00:00
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