PKGBUILDs/alarm/fake-hwclock/fake-hwclock.service
2013-12-21 21:27:46 -07:00

13 lines
276 B
Desktop File

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