generated from alice-meta-packages/alice-meta-template
Update DEBIAN/postinst
Deploy Package / Explore-Gitea-Actions (push) Successful in 28s
Details
Deploy Package / Explore-Gitea-Actions (push) Successful in 28s
Details
This commit is contained in:
parent
fdc357b07e
commit
7ee6c5c055
|
@ -5,6 +5,6 @@ set -e
|
||||||
interface=$(ip -o -4 route show to default | awk '{print $5}')
|
interface=$(ip -o -4 route show to default | awk '{print $5}')
|
||||||
|
|
||||||
# Install and start the systemd service
|
# Install and start the systemd service
|
||||||
if ! systemctl enable --now wol@$interface.service; then
|
if ! systemctl enable wol@${interface}.service; then
|
||||||
echo "Warning: Failed to start your-service.service" >&2
|
echo "Warning: Failed to start your-service.service" >&2
|
||||||
fi
|
fi
|
Loading…
Reference in New Issue