mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
14 lines
272 B
SYSTEMD
14 lines
272 B
SYSTEMD
![]() |
[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
|
||
|
|