alice-wol/DEBIAN/postinst

5 lines
190 B
Bash
Executable File

#!/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