Skip to content

Commit

Permalink
timedatectl - save to system clock
Browse files Browse the repository at this point in the history
  • Loading branch information
ciscon committed Dec 21, 2024
1 parent 974e799 commit 74d0a92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/rc.local
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

#set local time for windows users
if hash timedatectl >/dev/null 2>&1;then
timedatectl set-local-rtc 1
timedatectl set-local-rtc 1 --adjust-system-clock
fi

#disable wifi power management
Expand Down

0 comments on commit 74d0a92

Please sign in to comment.