summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2021-03-04 20:37:19 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2021-03-04 20:37:19 +0100
commitd695580104957e8bedc49509de8ebd24bf8be541 (patch)
tree4a534046ab32a833aced3f92a535362326fb5a1e
parent18f80628cfc171690cb3e61d8ff53eba6fe45c1c (diff)
downloadbin-d695580104957e8bedc49509de8ebd24bf8be541.zip
bin-d695580104957e8bedc49509de8ebd24bf8be541.tar.gz
arch-install : enable systemd-timesyncd
-rwxr-xr-xarch-install/arch-setup-1.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch-install/arch-setup-1.sh b/arch-install/arch-setup-1.sh
index b9bcd1c..a267734 100755
--- a/arch-install/arch-setup-1.sh
+++ b/arch-install/arch-setup-1.sh
@@ -40,4 +40,7 @@ systemctl start systemd-resolved
resolvectl status
+systemctl enable systemd-timesyncd
+systemctl start systemd-timesyncd
+
echo " !!! set your root password !!!"