path: openvpn_2.7.0-1/debian/changelog [ Luca Boccassi ] * d/postinst: do not fail if pidof is not available -- Bernhard Schmidt Fri, 16 Jan 2026 10:15:07 +0100 path: openvpn_2.7.0-1/debian/postinst ln -sf "/run/openvpn/$b" "/run/sendsigs.omit.d/openvpn.$b" done if command -v pidof >/dev/null 2>&1 && pidof -c /usr/sbin/openvpn >/dev/null; then echo "A reboot is required to replace the running openvpn." >&2 echo "Please reboot the system as soon as possible." >&2