PKGBUILDs/alarm/fake-hwclock/fake-hwclock.service
2013-12-21 21:28:40 -07:00

14 lines
275 B
Desktop File

[Unit]
Description=Saves time on shutdown and sets it at boot.
After=sysinit.target
[Service]
Type=oneshot
ExecStart=/usr/lib/systemd/scripts/fake-hwclock.sh set
ExecStop=/usr/lib/systemd/scripts/fake-hwclock.sh save
RemainAfterExit=true
[Install]
WantedBy=sysinit.target