Update DEBIAN/postinst
Deploy Package / Explore-Gitea-Actions (push) Successful in 4s Details

This commit is contained in:
Carneiro 2024-09-09 20:58:41 -03:00
parent bf9556425e
commit 2375088b34
1 changed files with 1 additions and 1 deletions

View File

@ -2,4 +2,4 @@
# Script executado pós instalação
interface=$(ip -o -4 route show to default | awk '{print $5}')
systemctl enable --now wol@$interface.service
ethtool $interface | grep Wake && systemctl enable --now wol@$interface.service