mirror of
https://github.com/tommytran732/Arch-Setup-Script
synced 2024-11-22 01:21: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
|
fi
|
||||||
|
|
||||||
if [ "${install_mode}" = 'server' ]; then
|
if [ "${install_mode}" = 'server' ]; then
|
||||||
systemctl enable sshd --root=/mnt
|
systemctl enable sshd.socket --root=/mnt
|
||||||
fi
|
fi
|
||||||
|
|
||||||
## Set umask to 077.
|
## Set umask to 077.
|
||||||
|
Loading…
Reference in New Issue
Block a user