feat: iniciar tinc

This commit is contained in:
fauno 2024-11-12 12:57:17 -03:00
parent 84f3a0a560
commit 6463e5b07d

View File

@ -93,6 +93,7 @@ if test -f /etc/tinc/nets.boot ; then
echo "${NETWORK}" | ${sudo} tee -a /etc/tinc/nets.boot >/dev/null
${sudo} update-rc.d tinc defaults
${sudo} service tinc start
fi
fi