mirror of
https://github.com/tommytran732/Arch-Setup-Script
synced 2024-11-21 09:01:34 -05:00
Use sshd socket instead of service
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
80e3e9a86c
commit
1859d176b5
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user