mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
13 lines
272 B
Desktop File
13 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
|
|
|