3 lines
73 B
Bash
3 lines
73 B
Bash
|
#!/bin/sh
|
||
|
echo 'HWCLOCK_SET_TIME_AT_START=false' >> /etc/sysconfig/clock
|