We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fc71a49 + 6043d76 commit ff12bbcCopy full SHA for ff12bbc
pkg/cidata/cidata.TEMPLATE.d/boot/10-alpine-prep.sh
@@ -24,7 +24,7 @@ usermod -p '*' "${LIMA_CIDATA_USER}"
24
25
# Alpine disables TCP forwarding, which is needed by the lima-guestagent
26
sed -i 's/AllowTcpForwarding no/AllowTcpForwarding yes/g' /etc/ssh/sshd_config
27
-rc-service sshd reload
+rc-service --ifstarted sshd reload
28
29
# mount /sys/fs/cgroup
30
rc-service cgroups start
0 commit comments