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