path: tgt_1:1.0.85-1.3/debian/tgt.postinst
# We may have been unable to stop tgtd during prerm, so at least create the
# pidfile for the initscript to continue working.
if [ ! -f /run/tgtd.pid ] && pidof /usr/sbin/tgtd >/dev/null; then
	pidof -s /usr/sbin/tgtd >/run/tgt.pid
fi
