mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
13 lines
276 B
Desktop File
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
|
|
|