OSDN Git Service

enable optional logging
[instantos/instantARCH.git] / init / init.sh
1 #!/bin/bash
2
3 # ensure system time is correct
4
5 echo "configuring time"
6 if command -v timedatectl; then
7     timedatectl set-ntp true
8 fi