Services : Disable ntp by default -> use now timedatectl
This commit is contained in:
parent
ed25f709a3
commit
b0f495a6d8
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,6 @@ options=()
|
|||
options+=("networkmanager" "Network Management" on)
|
||||
options+=("openssh" "Server SSH" on)
|
||||
options+=("cronie" "Cron tasks server" on)
|
||||
options+=("ntp" "Client NTP for clock sync" on)
|
||||
options+=("xdg-user-dirs" "Create user directories" on)
|
||||
options+=("numlockon" "numlock on on tty" on)
|
||||
options+=("haveged" "Antropy generator" on)
|
||||
|
@ -17,6 +16,7 @@ fi
|
|||
options+=("net-snmp" "SNMP Server" off)
|
||||
options+=("syslog-ng" "" off)
|
||||
options+=("pkgstats" "" off)
|
||||
options+=("ntp" "" off)
|
||||
#options+=("rsyslog" "" off)
|
||||
#options+=("systemd-readahead" "(AUR) boot improvement" off)
|
||||
|
||||
|
|
Loading…
Reference in a new issue