diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2021-03-04 20:37:19 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2021-03-04 20:37:19 +0100 |
commit | d695580104957e8bedc49509de8ebd24bf8be541 (patch) | |
tree | 4a534046ab32a833aced3f92a535362326fb5a1e /arch-install | |
parent | 18f80628cfc171690cb3e61d8ff53eba6fe45c1c (diff) | |
download | bin-d695580104957e8bedc49509de8ebd24bf8be541.zip bin-d695580104957e8bedc49509de8ebd24bf8be541.tar.gz |
arch-install : enable systemd-timesyncd
Diffstat (limited to 'arch-install')
-rwxr-xr-x | arch-install/arch-setup-1.sh | 3 |
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 !!!" |