#!/bin/sh set -e if [ -x /usr/bin/podman -a -e /run/podman/podman.sock ]; then podman --noout network reload --all fi exit 0