From bf9556425e642254cf17898e5ac6d63598970867 Mon Sep 17 00:00:00 2001 From: Carneiro Date: Mon, 9 Sep 2024 20:42:31 -0300 Subject: [PATCH] Update DEBIAN/postinst --- DEBIAN/postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEBIAN/postinst b/DEBIAN/postinst index 582f583..2147deb 100755 --- a/DEBIAN/postinst +++ b/DEBIAN/postinst @@ -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 +systemctl enable --now wol@$interface.service \ No newline at end of file