generated from alice-meta-packages/alice-meta-template
update unit and add postinst script
This commit is contained in:
parent
dafa46900a
commit
9eeed64a92
|
@ -1,3 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Script executado pós instalação
|
||||
interface=$(ip -o -4 route show to default | awk '{print $5}')
|
||||
systemctl enable --now wol@$interface.service
|
||||
|
|
Loading…
Reference in New Issue