1
0
mirror of https://github.com/tommytran732/Arch-Setup-Script synced 2024-09-07 17:53:30 -04:00

Use sshd socket instead of service

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2024-06-14 16:41:32 -07:00
parent 80e3e9a86c
commit 1859d176b5
Signed by: Tomster
GPG Key ID: 555C902A34EC968F

View File

@ -582,7 +582,7 @@ if [ "${install_mode}" = 'desktop' ]; then
fi
if [ "${install_mode}" = 'server' ]; then
systemctl enable sshd --root=/mnt
systemctl enable sshd.socket --root=/mnt
fi
## Set umask to 077.