alice-wol/DEBIAN/postinst

7 lines
164 B
Bash
Executable File

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